Shades of Putty #CEB975
Tints of Putty #CEB975
RGB
CMYK
RGB Variations
Color information
#CEB975 (or 0xCEB975) is known color: 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
| RGB | 206 | 185 | 117 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.19 |
| HSL | 45.84º | 0.48% | 0.63% | - |
| HSV(B) | 45.84º | 0.43% | 0.81% | - |
| XYZ | 46.01 | 49.1 | 23.88 | - |
| YUV | 183.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 117 | 0 | 0.10 | 0.43 | 0.19 | 45.84 | 0.48 | 0.63 |
| Hex | CE | B9 | 75 | 0 | A | 2B | 13 | 2E | 30 | 3F |
| Octal | 316 | 271 | 165 | 0 | 12 | 53 | 23 | 56 | 60 | 77 |
| Binary | 11001110 | 10111001 | 1110101 | 0 | 1010 | 101011 | 10011 | 101110 | 110000 | 111111 |
Color Harmonies of #CEB975
Complementary color
Monochromatic Colors of #CEB975
Black with #CEB975
Text Example
Text Example
White with #CEB975
Text Example
Text Example
HTML Codes & Css Web 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>