#CEB975

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

Shades of Putty #CEB975

Tints of Putty #CEB975

Color information

#CEB975 (or 0xCEB975) is unknown color: approx Putty. HEX triplet: CE, B9 and 75. RGB value is (206,185,117). Sum of RGB (Red+Green+Blue) = 206+185+117=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB975 is #31468A. Grayscale: #B7B7B7. Windows color (decimal): -3229323 or 7715278. OLE color: 7715278.

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

Color convert

RGB206185117-
CMYK00.100.430.19
HSL45.84º47.59%63.33%-
HSV(B)45.84º43.2%80.78%-
XYZ46.0149.123.88-
YUV183.5390.46144.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=40.55%
G=36.42%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618511700.100.430.1945.8447.5963.33
HexCEB9750A2B132e303f
Octal3162711650125323566077
Binary110011101011100111101010101010101110011101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB975; }

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

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

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

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

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

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

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

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