#CEAA6B

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

Shades of Putty #CEAA6B

Tints of Putty #CEAA6B

Color information

#CEAA6B (or 0xCEAA6B) is unknown color: approx Putty. HEX triplet: CE, AA and 6B. RGB value is (206,170,107). Sum of RGB (Red+Green+Blue) = 206+170+107=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6B is #315594. Grayscale: #ADADAD. Windows color (decimal): -3233173 or 7056078. OLE color: 7056078.

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

Color convert

RGB206170107-
CMYK00.170.480.19
HSL38.18º50.25%61.37%-
HSV(B)38.18º48.06%80.78%-
XYZ42.4842.9319.96-
YUV173.5890.43151.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=42.65%
G=35.20%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617010700.170.480.1938.1850.2561.37
HexCEAA6B011301326323d
Octal3162521530216023466275
Binary1100111010101010110101101000111000010011100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAA6B; }

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

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

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

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

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

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

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

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