Shades of Putty #CEB077
Tints of Putty #CEB077
RGB
CMYK
RGB Variations
Color information
#CEB077 (or 0xCEB077) is known color: Putty. HEX triplet: CE, B0 and 77. RGB value is (206,176,119). Sum of RGB (Red+Green+Blue) = 206+176+119=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB077 is #314F88. Grayscale: #B2B2B2. Windows color (decimal): -3231625 or 7844046. OLE color: 7844046.
HSL color Cylindrical-coordinate representation of color #CEB077: hue angle of 39.31º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEB077 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 119 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 39.31º | 0.47% | 0.64% | - |
| HSV(B) | 39.31º | 0.42% | 0.81% | - |
| XYZ | 44.31 | 45.5 | 23.9 | - |
| YUV | 178.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 119 | 0 | 0.15 | 0.42 | 0.19 | 39.31 | 0.47 | 0.64 |
| Hex | CE | B0 | 77 | 0 | F | 2A | 13 | 27 | 2F | 40 |
| Octal | 316 | 260 | 167 | 0 | 17 | 52 | 23 | 47 | 57 | 100 |
| Binary | 11001110 | 10110000 | 1110111 | 0 | 1111 | 101010 | 10011 | 100111 | 101111 | 1000000 |
Color Harmonies of #CEB077
Complementary color
Monochromatic Colors of #CEB077
Black with #CEB077
Text Example
Text Example
White with #CEB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB077; }
p { color: rgb(206,176,119); }
H1.HeaderClassName
{
color: #CEB077;
}
.AnyTagClassName
{
color: #CEB077;
}
</style>
background-color css
<style>
a { background-color: #CEB077; }
a { background-color: rgb(206,176,119); }
div.DivClassName
{
background-color: #CEB077;
}
.BgClassName
{
background-color: #CEB077;
}
</style>
border-color css
<style>
span { border-color: #CEB077; }
span { border-color: rgb(206,176,119); }
td.TdClassName
{
border-color: #CEB077;
}
.TagClassName
{
border-color: #CEB077;
}
</style>