Shades of Putty #CEB076
Tints of Putty #CEB076
RGB
CMYK
RGB Variations
Color information
#CEB076 (or 0xCEB076) is known color: Putty. HEX triplet: CE, B0 and 76. RGB value is (206,176,118). Sum of RGB (Red+Green+Blue) = 206+176+118=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB076 is #314F89. Grayscale: #B2B2B2. Windows color (decimal): -3231626 or 7778510. OLE color: 7778510.
HSL color Cylindrical-coordinate representation of color #CEB076: hue angle of 39.55º 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 #CEB076 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 118 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.19 |
| HSL | 39.55º | 0.47% | 0.64% | - |
| HSV(B) | 39.55º | 0.43% | 0.81% | - |
| XYZ | 44.25 | 45.48 | 23.59 | - |
| YUV | 178.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 118 | 0 | 0.15 | 0.43 | 0.19 | 39.55 | 0.47 | 0.64 |
| Hex | CE | B0 | 76 | 0 | F | 2B | 13 | 28 | 2F | 40 |
| Octal | 316 | 260 | 166 | 0 | 17 | 53 | 23 | 50 | 57 | 100 |
| Binary | 11001110 | 10110000 | 1110110 | 0 | 1111 | 101011 | 10011 | 101000 | 101111 | 1000000 |
Color Harmonies of #CEB076
Complementary color
Monochromatic Colors of #CEB076
Black with #CEB076
Text Example
Text Example
White with #CEB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB076; }
p { color: rgb(206,176,118); }
H1.HeaderClassName
{
color: #CEB076;
}
.AnyTagClassName
{
color: #CEB076;
}
</style>
background-color css
<style>
a { background-color: #CEB076; }
a { background-color: rgb(206,176,118); }
div.DivClassName
{
background-color: #CEB076;
}
.BgClassName
{
background-color: #CEB076;
}
</style>
border-color css
<style>
span { border-color: #CEB076; }
span { border-color: rgb(206,176,118); }
td.TdClassName
{
border-color: #CEB076;
}
.TagClassName
{
border-color: #CEB076;
}
</style>