Shades of Putty #CEB078
Tints of Putty #CEB078
RGB
CMYK
RGB Variations
Color information
#CEB078 (or 0xCEB078) is known color: Putty. HEX triplet: CE, B0 and 78. RGB value is (206,176,120). Sum of RGB (Red+Green+Blue) = 206+176+120=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB078 is #314F87. Grayscale: #B2B2B2. Windows color (decimal): -3231624 or 7909582. OLE color: 7909582.
HSL color Cylindrical-coordinate representation of color #CEB078: hue angle of 39.07º 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 #CEB078 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 120 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 39.07º | 0.47% | 0.64% | - |
| HSV(B) | 39.07º | 0.42% | 0.81% | - |
| XYZ | 44.37 | 45.53 | 24.22 | - |
| YUV | 178.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 120 | 0 | 0.15 | 0.42 | 0.19 | 39.07 | 0.47 | 0.64 |
| Hex | CE | B0 | 78 | 0 | F | 2A | 13 | 27 | 2F | 40 |
| Octal | 316 | 260 | 170 | 0 | 17 | 52 | 23 | 47 | 57 | 100 |
| Binary | 11001110 | 10110000 | 1111000 | 0 | 1111 | 101010 | 10011 | 100111 | 101111 | 1000000 |
Color Harmonies of #CEB078
Complementary color
Monochromatic Colors of #CEB078
Black with #CEB078
Text Example
Text Example
White with #CEB078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB078; }
p { color: rgb(206,176,120); }
H1.HeaderClassName
{
color: #CEB078;
}
.AnyTagClassName
{
color: #CEB078;
}
</style>
background-color css
<style>
a { background-color: #CEB078; }
a { background-color: rgb(206,176,120); }
div.DivClassName
{
background-color: #CEB078;
}
.BgClassName
{
background-color: #CEB078;
}
</style>
border-color css
<style>
span { border-color: #CEB078; }
span { border-color: rgb(206,176,120); }
td.TdClassName
{
border-color: #CEB078;
}
.TagClassName
{
border-color: #CEB078;
}
</style>