Shades of Putty #CEB170
Tints of Putty #CEB170
RGB
CMYK
RGB Variations
Color information
#CEB170 (or 0xCEB170) is known color: Putty. HEX triplet: CE, B1 and 70. RGB value is (206,177,112). Sum of RGB (Red+Green+Blue) = 206+177+112=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB170 is #314E8F. Grayscale: #B2B2B2. Windows color (decimal): -3231376 or 7385550. OLE color: 7385550.
HSL color Cylindrical-coordinate representation of color #CEB170: hue angle of 41.49º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEB170 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 112 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.19 |
| HSL | 41.49º | 0.49% | 0.62% | - |
| HSV(B) | 41.49º | 0.46% | 0.81% | - |
| XYZ | 44.1 | 45.74 | 21.83 | - |
| YUV | 178.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 112 | 0 | 0.14 | 0.46 | 0.19 | 41.49 | 0.49 | 0.62 |
| Hex | CE | B1 | 70 | 0 | E | 2E | 13 | 29 | 31 | 3E |
| Octal | 316 | 261 | 160 | 0 | 16 | 56 | 23 | 51 | 61 | 76 |
| Binary | 11001110 | 10110001 | 1110000 | 0 | 1110 | 101110 | 10011 | 101001 | 110001 | 111110 |
Color Harmonies of #CEB170
Complementary color
Monochromatic Colors of #CEB170
Black with #CEB170
Text Example
Text Example
White with #CEB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB170; }
p { color: rgb(206,177,112); }
H1.HeaderClassName
{
color: #CEB170;
}
.AnyTagClassName
{
color: #CEB170;
}
</style>
background-color css
<style>
a { background-color: #CEB170; }
a { background-color: rgb(206,177,112); }
div.DivClassName
{
background-color: #CEB170;
}
.BgClassName
{
background-color: #CEB170;
}
</style>
border-color css
<style>
span { border-color: #CEB170; }
span { border-color: rgb(206,177,112); }
td.TdClassName
{
border-color: #CEB170;
}
.TagClassName
{
border-color: #CEB170;
}
</style>