Shades of Putty #CEB570
Tints of Putty #CEB570
RGB
CMYK
RGB Variations
Color information
#CEB570 (or 0xCEB570) is known color: Putty. HEX triplet: CE, B5 and 70. RGB value is (206,181,112). Sum of RGB (Red+Green+Blue) = 206+181+112=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB570 is #314A8F. Grayscale: #B4B4B4. Windows color (decimal): -3230352 or 7386574. OLE color: 7386574.
HSL color Cylindrical-coordinate representation of color #CEB570: hue angle of 44.04º 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 #CEB570 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 112 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.19 |
| HSL | 44.04º | 0.49% | 0.62% | - |
| HSV(B) | 44.04º | 0.46% | 0.81% | - |
| XYZ | 44.9 | 47.34 | 22.1 | - |
| YUV | 180.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 112 | 0 | 0.12 | 0.46 | 0.19 | 44.04 | 0.49 | 0.62 |
| Hex | CE | B5 | 70 | 0 | C | 2E | 13 | 2C | 31 | 3E |
| Octal | 316 | 265 | 160 | 0 | 14 | 56 | 23 | 54 | 61 | 76 |
| Binary | 11001110 | 10110101 | 1110000 | 0 | 1100 | 101110 | 10011 | 101100 | 110001 | 111110 |
Color Harmonies of #CEB570
Complementary color
Monochromatic Colors of #CEB570
Black with #CEB570
Text Example
Text Example
White with #CEB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB570; }
p { color: rgb(206,181,112); }
H1.HeaderClassName
{
color: #CEB570;
}
.AnyTagClassName
{
color: #CEB570;
}
</style>
background-color css
<style>
a { background-color: #CEB570; }
a { background-color: rgb(206,181,112); }
div.DivClassName
{
background-color: #CEB570;
}
.BgClassName
{
background-color: #CEB570;
}
</style>
border-color css
<style>
span { border-color: #CEB570; }
span { border-color: rgb(206,181,112); }
td.TdClassName
{
border-color: #CEB570;
}
.TagClassName
{
border-color: #CEB570;
}
</style>