#CEAA70

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

Shades of Putty #CEAA70

Tints of Putty #CEAA70

Color information

#CEAA70 (or 0xCEAA70) is unknown color: approx Putty. HEX triplet: CE, AA and 70. RGB value is (206,170,112). Sum of RGB (Red+Green+Blue) = 206+170+112=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA70 is #31558F. Grayscale: #AEAEAE. Windows color (decimal): -3233168 or 7383758. OLE color: 7383758.

HSL color Cylindrical-coordinate representation of color #CEAA70: hue angle of 37.02º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEAA70 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206170112-
CMYK00.170.460.19
HSL37.02º48.96%62.35%-
HSV(B)37.02º45.63%80.78%-
XYZ42.7543.0421.38-
YUV174.1592.93150.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=42.21%
G=34.84%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617011200.170.460.1937.0248.9662.35
HexCEAA700112E1325313e
Octal3162521600215623456176
Binary1100111010101010111000001000110111010011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA70; }

 p { color: rgb(206,170,112); }

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

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

 a { background-color: rgb(206,170,112); }

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

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

 span { border-color: rgb(206,170,112); }

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