Shades of Putty #CEB066
Tints of Putty #CEB066
RGB
CMYK
RGB Variations
Color information
#CEB066 (or 0xCEB066) is known color: Putty. HEX triplet: CE, B0 and 66. RGB value is (206,176,102). Sum of RGB (Red+Green+Blue) = 206+176+102=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB066 is #314F99. Grayscale: #B0B0B0. Windows color (decimal): -3231642 or 6729934. OLE color: 6729934.
HSL color Cylindrical-coordinate representation of color #CEB066: hue angle of 42.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEB066 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 102 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.19 |
| HSL | 42.69º | 0.51% | 0.6% | - |
| HSV(B) | 42.69º | 0.5% | 0.81% | - |
| XYZ | 43.38 | 45.13 | 19 | - |
| YUV | 176.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 102 | 0 | 0.15 | 0.50 | 0.19 | 42.69 | 0.51 | 0.6 |
| Hex | CE | B0 | 66 | 0 | F | 32 | 13 | 2B | 33 | 3C |
| Octal | 316 | 260 | 146 | 0 | 17 | 62 | 23 | 53 | 63 | 74 |
| Binary | 11001110 | 10110000 | 1100110 | 0 | 1111 | 110010 | 10011 | 101011 | 110011 | 111100 |
Color Harmonies of #CEB066
Complementary color
Monochromatic Colors of #CEB066
Black with #CEB066
Text Example
Text Example
White with #CEB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB066; }
p { color: rgb(206,176,102); }
H1.HeaderClassName
{
color: #CEB066;
}
.AnyTagClassName
{
color: #CEB066;
}
</style>
background-color css
<style>
a { background-color: #CEB066; }
a { background-color: rgb(206,176,102); }
div.DivClassName
{
background-color: #CEB066;
}
.BgClassName
{
background-color: #CEB066;
}
</style>
border-color css
<style>
span { border-color: #CEB066; }
span { border-color: rgb(206,176,102); }
td.TdClassName
{
border-color: #CEB066;
}
.TagClassName
{
border-color: #CEB066;
}
</style>