#CEA56F

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

Shades of Putty #CEA56F

Tints of Putty #CEA56F

Color information

#CEA56F (or 0xCEA56F) is unknown color: approx Putty. HEX triplet: CE, A5 and 6F. RGB value is (206,165,111). Sum of RGB (Red+Green+Blue) = 206+165+111=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56F is #315A90. Grayscale: #ABABAB. Windows color (decimal): -3234449 or 7316942. OLE color: 7316942.

HSL color Cylindrical-coordinate representation of color #CEA56F: hue angle of 34.11º 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 #CEA56F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206165111-
CMYK00.200.460.19
HSL34.11º49.22%62.16%-
HSV(B)34.11º46.12%80.78%-
XYZ41.7841.1820.79-
YUV171.194.08152.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=42.74%
G=34.23%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616511100.200.460.1934.1149.2262.16
HexCEA56F0142E1322313e
Octal3162451570245623426176
Binary1100111010100101110111101010010111010011100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA56F; }

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

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

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

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

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

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

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

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