Shades of Putty #CEB072
Tints of Putty #CEB072
RGB
CMYK
RGB Variations
Color information
#CEB072 (or 0xCEB072) is known color: Putty. HEX triplet: CE, B0 and 72. RGB value is (206,176,114). Sum of RGB (Red+Green+Blue) = 206+176+114=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB072 is #314F8D. Grayscale: #B2B2B2. Windows color (decimal): -3231630 or 7516366. OLE color: 7516366.
HSL color Cylindrical-coordinate representation of color #CEB072: hue angle of 40.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEB072 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 114 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.19 |
| HSL | 40.43º | 0.48% | 0.63% | - |
| HSV(B) | 40.43º | 0.45% | 0.81% | - |
| XYZ | 44.02 | 45.39 | 22.36 | - |
| YUV | 177.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 114 | 0 | 0.15 | 0.45 | 0.19 | 40.43 | 0.48 | 0.63 |
| Hex | CE | B0 | 72 | 0 | F | 2D | 13 | 28 | 30 | 3F |
| Octal | 316 | 260 | 162 | 0 | 17 | 55 | 23 | 50 | 60 | 77 |
| Binary | 11001110 | 10110000 | 1110010 | 0 | 1111 | 101101 | 10011 | 101000 | 110000 | 111111 |
Color Harmonies of #CEB072
Complementary color
Monochromatic Colors of #CEB072
Black with #CEB072
Text Example
Text Example
White with #CEB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB072; }
p { color: rgb(206,176,114); }
H1.HeaderClassName
{
color: #CEB072;
}
.AnyTagClassName
{
color: #CEB072;
}
</style>
background-color css
<style>
a { background-color: #CEB072; }
a { background-color: rgb(206,176,114); }
div.DivClassName
{
background-color: #CEB072;
}
.BgClassName
{
background-color: #CEB072;
}
</style>
border-color css
<style>
span { border-color: #CEB072; }
span { border-color: rgb(206,176,114); }
td.TdClassName
{
border-color: #CEB072;
}
.TagClassName
{
border-color: #CEB072;
}
</style>