Shades of Putty #CEB178
Tints of Putty #CEB178
RGB
CMYK
RGB Variations
Color information
#CEB178 (or 0xCEB178) is known color: Putty. HEX triplet: CE, B1 and 78. RGB value is (206,177,120). Sum of RGB (Red+Green+Blue) = 206+177+120=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB178 is #314E87. Grayscale: #B3B3B3. Windows color (decimal): -3231368 or 7909838. OLE color: 7909838.
HSL color Cylindrical-coordinate representation of color #CEB178: hue angle of 39.77º 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 #CEB178 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 120 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.19 |
| HSL | 39.77º | 0.47% | 0.64% | - |
| HSV(B) | 39.77º | 0.42% | 0.81% | - |
| XYZ | 44.57 | 45.92 | 24.28 | - |
| YUV | 179.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 120 | 0 | 0.14 | 0.42 | 0.19 | 39.77 | 0.47 | 0.64 |
| Hex | CE | B1 | 78 | 0 | E | 2A | 13 | 28 | 2F | 40 |
| Octal | 316 | 261 | 170 | 0 | 16 | 52 | 23 | 50 | 57 | 100 |
| Binary | 11001110 | 10110001 | 1111000 | 0 | 1110 | 101010 | 10011 | 101000 | 101111 | 1000000 |
Color Harmonies of #CEB178
Complementary color
Monochromatic Colors of #CEB178
Black with #CEB178
Text Example
Text Example
White with #CEB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB178; }
p { color: rgb(206,177,120); }
H1.HeaderClassName
{
color: #CEB178;
}
.AnyTagClassName
{
color: #CEB178;
}
</style>
background-color css
<style>
a { background-color: #CEB178; }
a { background-color: rgb(206,177,120); }
div.DivClassName
{
background-color: #CEB178;
}
.BgClassName
{
background-color: #CEB178;
}
</style>
border-color css
<style>
span { border-color: #CEB178; }
span { border-color: rgb(206,177,120); }
td.TdClassName
{
border-color: #CEB178;
}
.TagClassName
{
border-color: #CEB178;
}
</style>