#CEA472

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

Shades of Putty #CEA472

Tints of Putty #CEA472

Color information

#CEA472 (or 0xCEA472) is unknown color: approx Putty. HEX triplet: CE, A4 and 72. RGB value is (206,164,114). Sum of RGB (Red+Green+Blue) = 206+164+114=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA472 is #315B8D. Grayscale: #ABABAB. Windows color (decimal): -3234702 or 7513294. OLE color: 7513294.

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

Color convert

RGB206164114-
CMYK00.200.450.19
HSL32.61º48.42%62.75%-
HSV(B)32.61º44.66%80.78%-
XYZ41.7740.8921.61-
YUV170.8695.91153.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=42.56%
G=33.88%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616411400.200.450.1932.6148.4262.75
HexCEA4720142D1321303f
Octal3162441620245523416077
Binary1100111010100100111001001010010110110011100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA472; }

 p { color: rgb(206,164,114); }

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

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

 a { background-color: rgb(206,164,114); }

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

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

 span { border-color: rgb(206,164,114); }

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