#CEA973

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

Shades of Putty #CEA973

Tints of Putty #CEA973

Color information

#CEA973 (or 0xCEA973) is unknown color: approx Putty. HEX triplet: CE, A9 and 73. RGB value is (206,169,115). Sum of RGB (Red+Green+Blue) = 206+169+115=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA973 is #31568C. Grayscale: #AEAEAE. Windows color (decimal): -3233421 or 7580110. OLE color: 7580110.

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

Color convert

RGB206169115-
CMYK00.180.440.19
HSL35.6º48.15%62.94%-
HSV(B)35.6º44.17%80.78%-
XYZ42.7442.7422.22-
YUV173.9194.76150.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=42.04%
G=34.49%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616911500.180.440.1935.648.1562.94
HexCEA9730122C1324303f
Octal3162511630225423446077
Binary1100111010101001111001101001010110010011100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA973; }

 p { color: rgb(206,169,115); }

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

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

 a { background-color: rgb(206,169,115); }

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

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

 span { border-color: rgb(206,169,115); }

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