#CEB479

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

Shades of Putty #CEB479

Tints of Putty #CEB479

Color information

#CEB479 (or 0xCEB479) is unknown color: approx Putty. HEX triplet: CE, B4 and 79. RGB value is (206,180,121). Sum of RGB (Red+Green+Blue) = 206+180+121=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB479 is #314B86. Grayscale: #B5B5B5. Windows color (decimal): -3230599 or 7976142. OLE color: 7976142.

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

Color convert

RGB206180121-
CMYK00.130.410.19
HSL41.65º46.45%64.12%-
HSV(B)41.65º41.26%80.78%-
XYZ45.2347.1424.81-
YUV181.0594.11145.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=40.63%
G=35.50%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618012100.130.410.1941.6546.4564.12
HexCEB4790D29132a2e40
Octal31626417101551235256100
Binary1100111010110100111100101101101001100111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB479; }

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

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

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

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

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

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

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

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