#CEA96E

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

Shades of Putty #CEA96E

Tints of Putty #CEA96E

Color information

#CEA96E (or 0xCEA96E) is unknown color: approx Putty. HEX triplet: CE, A9 and 6E. RGB value is (206,169,110). Sum of RGB (Red+Green+Blue) = 206+169+110=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA96E is #315691. Grayscale: #ADADAD. Windows color (decimal): -3233426 or 7252430. OLE color: 7252430.

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

Color convert

RGB206169110-
CMYK00.180.470.19
HSL36.88º49.48%61.96%-
HSV(B)36.88º46.6%80.78%-
XYZ42.4642.6220.74-
YUV173.3492.26151.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=42.47%
G=34.85%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616911000.180.470.1936.8849.4861.96
HexCEA96E0122F1325313e
Octal3162511560225723456176
Binary1100111010101001110111001001010111110011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA96E; }

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

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

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

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

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

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

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

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