#CBB873

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

Shades of Putty #CBB873

Tints of Putty #CBB873

Color information

#CBB873 (or 0xCBB873) is unknown color: approx Putty. HEX triplet: CB, B8 and 73. RGB value is (203,184,115). Sum of RGB (Red+Green+Blue) = 203+184+115=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB873 is #34478C. Grayscale: #B6B6B6. Windows color (decimal): -3426189 or 7583947. OLE color: 7583947.

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

Color convert

RGB203184115-
CMYK00.090.430.20
HSL47.05º45.83%62.35%-
HSV(B)47.05º43.35%79.61%-
XYZ44.8648.2223.16-
YUV181.8290.29143.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.44%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=40.44%
G=36.65%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318411500.090.430.2047.0545.8362.35
HexCBB873092B142f2e3e
Octal3132701630115324575676
Binary110010111011100011100110100110101110100101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB873; }

 p { color: rgb(203,184,115); }

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

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

 a { background-color: rgb(203,184,115); }

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

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

 span { border-color: rgb(203,184,115); }

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