#CEAA6F

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

Shades of Putty #CEAA6F

Tints of Putty #CEAA6F

Color information

#CEAA6F (or 0xCEAA6F) is unknown color: approx Putty. HEX triplet: CE, AA and 6F. RGB value is (206,170,111). Sum of RGB (Red+Green+Blue) = 206+170+111=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6F is #315590. Grayscale: #AEAEAE. Windows color (decimal): -3233169 or 7318222. OLE color: 7318222.

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

Color convert

RGB206170111-
CMYK00.170.460.19
HSL37.26º49.22%62.16%-
HSV(B)37.26º46.12%80.78%-
XYZ42.743.0221.09-
YUV174.0492.43150.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 111 (43.75% from 255) = 22.79%
R=42.30%
G=34.91%
B=22.79%

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
Decimal20617011100.170.460.1937.2649.2262.16
HexCEAA6F0112E1325313e
Octal3162521570215623456176
Binary1100111010101010110111101000110111010011100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA6F; }

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

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

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

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

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

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

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

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