Shades of Putty #CEB876
Tints of Putty #CEB876
RGB
CMYK
RGB Variations
Color information
#CEB876 (or 0xCEB876) is known color: Putty. HEX triplet: CE, B8 and 76. RGB value is (206,184,118). Sum of RGB (Red+Green+Blue) = 206+184+118=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB876 is #314789. Grayscale: #B7B7B7. Windows color (decimal): -3229578 or 7780558. OLE color: 7780558.
HSL color Cylindrical-coordinate representation of color #CEB876: hue angle of 45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB876 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 118 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.19 |
| HSL | 45º | 0.47% | 0.64% | - |
| HSV(B) | 45º | 0.43% | 0.81% | - |
| XYZ | 45.86 | 48.71 | 24.12 | - |
| YUV | 183.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 118 | 0 | 0.11 | 0.43 | 0.19 | 45 | 0.47 | 0.64 |
| Hex | CE | B8 | 76 | 0 | B | 2B | 13 | 2D | 2F | 40 |
| Octal | 316 | 270 | 166 | 0 | 13 | 53 | 23 | 55 | 57 | 100 |
| Binary | 11001110 | 10111000 | 1110110 | 0 | 1011 | 101011 | 10011 | 101101 | 101111 | 1000000 |
Color Harmonies of #CEB876
Complementary color
Monochromatic Colors of #CEB876
Black with #CEB876
Text Example
Text Example
White with #CEB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB876; }
p { color: rgb(206,184,118); }
H1.HeaderClassName
{
color: #CEB876;
}
.AnyTagClassName
{
color: #CEB876;
}
</style>
background-color css
<style>
a { background-color: #CEB876; }
a { background-color: rgb(206,184,118); }
div.DivClassName
{
background-color: #CEB876;
}
.BgClassName
{
background-color: #CEB876;
}
</style>
border-color css
<style>
span { border-color: #CEB876; }
span { border-color: rgb(206,184,118); }
td.TdClassName
{
border-color: #CEB876;
}
.TagClassName
{
border-color: #CEB876;
}
</style>