#CEA674

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

Shades of Putty #CEA674

Tints of Putty #CEA674

Color information

#CEA674 (or 0xCEA674) is unknown color: approx Putty. HEX triplet: CE, A6 and 74. RGB value is (206,166,116). Sum of RGB (Red+Green+Blue) = 206+166+116=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA674 is #31598B. Grayscale: #ACACAC. Windows color (decimal): -3234188 or 7644878. OLE color: 7644878.

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

Color convert

RGB206166116-
CMYK00.190.440.19
HSL33.33º47.87%63.14%-
HSV(B)33.33º43.69%80.78%-
XYZ42.2441.6622.34-
YUV172.2696.25152.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=42.21%
G=34.02%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616611600.190.440.1933.3347.8763.14
HexCEA6740132C1321303f
Octal3162461640235423416077
Binary1100111010100110111010001001110110010011100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA674; }

 p { color: rgb(206,166,116); }

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

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

 a { background-color: rgb(206,166,116); }

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

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

 span { border-color: rgb(206,166,116); }

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