#CEB575

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

Shades of Putty #CEB575

Tints of Putty #CEB575

Color information

#CEB575 (or 0xCEB575) is unknown color: approx Putty. HEX triplet: CE, B5 and 75. RGB value is (206,181,117). Sum of RGB (Red+Green+Blue) = 206+181+117=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB575 is #314A8A. Grayscale: #B5B5B5. Windows color (decimal): -3230347 or 7714254. OLE color: 7714254.

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

Color convert

RGB206181117-
CMYK00.120.430.19
HSL43.15º47.59%63.33%-
HSV(B)43.15º43.2%80.78%-
XYZ45.1947.4523.61-
YUV181.1891.78145.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=40.87%
G=35.91%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618111700.120.430.1943.1547.5963.33
HexCEB5750C2B132b303f
Octal3162651650145323536077
Binary110011101011010111101010110010101110011101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB575; }

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

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

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

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

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

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

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

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