#CEA372

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

Shades of Putty #CEA372

Tints of Putty #CEA372

Color information

#CEA372 (or 0xCEA372) is unknown color: approx Putty. HEX triplet: CE, A3 and 72. RGB value is (206,163,114). Sum of RGB (Red+Green+Blue) = 206+163+114=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA372 is #315C8D. Grayscale: #AAAAAA. Windows color (decimal): -3234958 or 7513038. OLE color: 7513038.

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

Color convert

RGB206163114-
CMYK00.210.450.19
HSL31.96º48.42%62.75%-
HSV(B)31.96º44.66%80.78%-
XYZ41.5940.5321.55-
YUV170.2796.25153.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=42.65%
G=33.75%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616311400.210.450.1931.9648.4262.75
HexCEA3720152D1320303f
Octal3162431620255523406077
Binary1100111010100011111001001010110110110011100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA372; }

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

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

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

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

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

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

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

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