#CEA86F

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

Shades of Putty #CEA86F

Tints of Putty #CEA86F

Color information

#CEA86F (or 0xCEA86F) is unknown color: approx Putty. HEX triplet: CE, A8 and 6F. RGB value is (206,168,111). Sum of RGB (Red+Green+Blue) = 206+168+111=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA86F is #315790. Grayscale: #ADADAD. Windows color (decimal): -3233681 or 7317710. OLE color: 7317710.

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

Color convert

RGB206168111-
CMYK00.180.460.19
HSL36º49.22%62.16%-
HSV(B)36º46.12%80.78%-
XYZ42.3342.2720.97-
YUV172.8693.09151.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=42.47%
G=34.64%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616811100.180.460.193649.2262.16
HexCEA86F0122E1324313e
Octal3162501570225623446176
Binary1100111010101000110111101001010111010011100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA86F; }

 p { color: rgb(206,168,111); }

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

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

 a { background-color: rgb(206,168,111); }

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

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

 span { border-color: rgb(206,168,111); }

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