Shades of Putty #CEB079
Tints of Putty #CEB079
RGB
CMYK
RGB Variations
Color information
#CEB079 (or 0xCEB079) is known color: Putty. HEX triplet: CE, B0 and 79. RGB value is (206,176,121). Sum of RGB (Red+Green+Blue) = 206+176+121=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB079 is #314F86. Grayscale: #B2B2B2. Windows color (decimal): -3231623 or 7975118. OLE color: 7975118.
HSL color Cylindrical-coordinate representation of color #CEB079: hue angle of 38.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEB079 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 121 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.19 |
| HSL | 38.82º | 0.46% | 0.64% | - |
| HSV(B) | 38.82º | 0.41% | 0.81% | - |
| XYZ | 44.43 | 45.55 | 24.54 | - |
| YUV | 178.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 121 | 0 | 0.15 | 0.41 | 0.19 | 38.82 | 0.46 | 0.64 |
| Hex | CE | B0 | 79 | 0 | F | 29 | 13 | 27 | 2E | 40 |
| Octal | 316 | 260 | 171 | 0 | 17 | 51 | 23 | 47 | 56 | 100 |
| Binary | 11001110 | 10110000 | 1111001 | 0 | 1111 | 101001 | 10011 | 100111 | 101110 | 1000000 |
Color Harmonies of #CEB079
Complementary color
Monochromatic Colors of #CEB079
Black with #CEB079
Text Example
Text Example
White with #CEB079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB079; }
p { color: rgb(206,176,121); }
H1.HeaderClassName
{
color: #CEB079;
}
.AnyTagClassName
{
color: #CEB079;
}
</style>
background-color css
<style>
a { background-color: #CEB079; }
a { background-color: rgb(206,176,121); }
div.DivClassName
{
background-color: #CEB079;
}
.BgClassName
{
background-color: #CEB079;
}
</style>
border-color css
<style>
span { border-color: #CEB079; }
span { border-color: rgb(206,176,121); }
td.TdClassName
{
border-color: #CEB079;
}
.TagClassName
{
border-color: #CEB079;
}
</style>