#CEA574

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

Shades of Putty #CEA574

Tints of Putty #CEA574

Color information

#CEA574 (or 0xCEA574) is unknown color: approx Putty. HEX triplet: CE, A5 and 74. RGB value is (206,165,116). Sum of RGB (Red+Green+Blue) = 206+165+116=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA574 is #315A8B. Grayscale: #ABABAB. Windows color (decimal): -3234444 or 7644622. OLE color: 7644622.

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

Color convert

RGB206165116-
CMYK00.200.440.19
HSL32.67º47.87%63.14%-
HSV(B)32.67º43.69%80.78%-
XYZ42.0641.2922.28-
YUV171.6796.58152.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=42.30%
G=33.88%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616511600.200.440.1932.6747.8763.14
HexCEA5740142C1321303f
Octal3162451640245423416077
Binary1100111010100101111010001010010110010011100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA574; }

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

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

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

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

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

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

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

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