#CEA96B

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

Shades of Putty #CEA96B

Tints of Putty #CEA96B

Color information

#CEA96B (or 0xCEA96B) is unknown color: approx Putty. HEX triplet: CE, A9 and 6B. RGB value is (206,169,107). Sum of RGB (Red+Green+Blue) = 206+169+107=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA96B is #315694. Grayscale: #ADADAD. Windows color (decimal): -3233429 or 7055822. OLE color: 7055822.

HSL color Cylindrical-coordinate representation of color #CEA96B: hue angle of 37.58º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEA96B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206169107-
CMYK00.180.480.19
HSL37.58º50.25%61.37%-
HSV(B)37.58º48.06%80.78%-
XYZ42.342.5619.9-
YUV172.9990.76151.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=42.74%
G=35.06%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616910700.180.480.1937.5850.2561.37
HexCEA96B012301326323d
Octal3162511530226023466275
Binary1100111010101001110101101001011000010011100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA96B; }

 p { color: rgb(206,169,107); }

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

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

 a { background-color: rgb(206,169,107); }

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

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

 span { border-color: rgb(206,169,107); }

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