#CBB574

Color #CBB574 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CBB574

Tints of Putty #CBB574

Color information

#CBB574 (or 0xCBB574) is unknown color: approx Putty. HEX triplet: CB, B5 and 74. RGB value is (203,181,116). Sum of RGB (Red+Green+Blue) = 203+181+116=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB574 is #344A8B. Grayscale: #B4B4B4. Windows color (decimal): -3426956 or 7648715. OLE color: 7648715.

HSL color Cylindrical-coordinate representation of color #CBB574: hue angle of 44.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBB574 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203181116-
CMYK00.110.430.20
HSL44.83º45.55%62.55%-
HSV(B)44.83º42.86%79.61%-
XYZ44.347.0123.26-
YUV180.1791.79144.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=40.6%
G=36.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318111600.110.430.2044.8345.5562.55
HexCBB5740B2B142d2e3f
Octal3132651640135324555677
Binary110010111011010111101000101110101110100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB574; }

 p { color: rgb(203,181,116); }

 H1.HeaderClassName
 {
   color: #CBB574;
 }
 .AnyTagClassName
 {
   color: #CBB574;
 }
</style>
background-color css

<style>
 a { background-color: #CBB574; }

 a { background-color: rgb(203,181,116); }

 div.DivClassName
 {
   background-color: #CBB574;
 }
 .BgClassName
 {
   background-color: #CBB574;
 }
</style>
border-color css

<style>
 span { border-color: #CBB574; }

 span { border-color: rgb(203,181,116); }

 td.TdClassName
 {
   border-color: #CBB574;
 }
 .TagClassName
 {
   border-color: #CBB574;
 }
</style>