Shades of Putty #CEB672
Tints of Putty #CEB672
RGB
CMYK
RGB Variations
Color information
#CEB672 (or 0xCEB672) is known color: Putty. HEX triplet: CE, B6 and 72. RGB value is (206,182,114). Sum of RGB (Red+Green+Blue) = 206+182+114=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB672 is #31498D. Grayscale: #B5B5B5. Windows color (decimal): -3230094 or 7517902. OLE color: 7517902.
HSL color Cylindrical-coordinate representation of color #CEB672: hue angle of 44.35º 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 #CEB672 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 114 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.19 |
| HSL | 44.35º | 0.48% | 0.63% | - |
| HSV(B) | 44.35º | 0.45% | 0.81% | - |
| XYZ | 45.22 | 47.79 | 22.76 | - |
| YUV | 181.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 114 | 0 | 0.12 | 0.45 | 0.19 | 44.35 | 0.48 | 0.63 |
| Hex | CE | B6 | 72 | 0 | C | 2D | 13 | 2C | 30 | 3F |
| Octal | 316 | 266 | 162 | 0 | 14 | 55 | 23 | 54 | 60 | 77 |
| Binary | 11001110 | 10110110 | 1110010 | 0 | 1100 | 101101 | 10011 | 101100 | 110000 | 111111 |
Color Harmonies of #CEB672
Complementary color
Monochromatic Colors of #CEB672
Black with #CEB672
Text Example
Text Example
White with #CEB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB672; }
p { color: rgb(206,182,114); }
H1.HeaderClassName
{
color: #CEB672;
}
.AnyTagClassName
{
color: #CEB672;
}
</style>
background-color css
<style>
a { background-color: #CEB672; }
a { background-color: rgb(206,182,114); }
div.DivClassName
{
background-color: #CEB672;
}
.BgClassName
{
background-color: #CEB672;
}
</style>
border-color css
<style>
span { border-color: #CEB672; }
span { border-color: rgb(206,182,114); }
td.TdClassName
{
border-color: #CEB672;
}
.TagClassName
{
border-color: #CEB672;
}
</style>