#CEB579

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

Shades of Putty #CEB579

Tints of Putty #CEB579

Color information

#CEB579 (or 0xCEB579) is unknown color: approx Putty. HEX triplet: CE, B5 and 79. RGB value is (206,181,121). Sum of RGB (Red+Green+Blue) = 206+181+121=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB579 is #314A86. Grayscale: #B5B5B5. Windows color (decimal): -3230343 or 7976398. OLE color: 7976398.

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

Color convert

RGB206181121-
CMYK00.120.410.19
HSL42.35º46.45%64.12%-
HSV(B)42.35º41.26%80.78%-
XYZ45.4347.5524.87-
YUV181.6493.78145.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=40.55%
G=35.63%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618112100.120.410.1942.3546.4564.12
HexCEB5790C29132a2e40
Octal31626517101451235256100
Binary1100111010110101111100101100101001100111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB579; }

 p { color: rgb(206,181,121); }

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

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

 a { background-color: rgb(206,181,121); }

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

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

 span { border-color: rgb(206,181,121); }

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