Shades of Putty #CEB166
Tints of Putty #CEB166
RGB
CMYK
RGB Variations
Color information
#CEB166 (or 0xCEB166) is known color: Putty. HEX triplet: CE, B1 and 66. RGB value is (206,177,102). Sum of RGB (Red+Green+Blue) = 206+177+102=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB166 is #314E99. Grayscale: #B1B1B1. Windows color (decimal): -3231386 or 6730190. OLE color: 6730190.
HSL color Cylindrical-coordinate representation of color #CEB166: hue angle of 43.27º 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 #CEB166 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 102 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.19 |
| HSL | 43.27º | 0.51% | 0.6% | - |
| HSV(B) | 43.27º | 0.5% | 0.81% | - |
| XYZ | 43.57 | 45.53 | 19.06 | - |
| YUV | 177.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 102 | 0 | 0.14 | 0.50 | 0.19 | 43.27 | 0.51 | 0.6 |
| Hex | CE | B1 | 66 | 0 | E | 32 | 13 | 2B | 33 | 3C |
| Octal | 316 | 261 | 146 | 0 | 16 | 62 | 23 | 53 | 63 | 74 |
| Binary | 11001110 | 10110001 | 1100110 | 0 | 1110 | 110010 | 10011 | 101011 | 110011 | 111100 |
Color Harmonies of #CEB166
Complementary color
Monochromatic Colors of #CEB166
Black with #CEB166
Text Example
Text Example
White with #CEB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB166; }
p { color: rgb(206,177,102); }
H1.HeaderClassName
{
color: #CEB166;
}
.AnyTagClassName
{
color: #CEB166;
}
</style>
background-color css
<style>
a { background-color: #CEB166; }
a { background-color: rgb(206,177,102); }
div.DivClassName
{
background-color: #CEB166;
}
.BgClassName
{
background-color: #CEB166;
}
</style>
border-color css
<style>
span { border-color: #CEB166; }
span { border-color: rgb(206,177,102); }
td.TdClassName
{
border-color: #CEB166;
}
.TagClassName
{
border-color: #CEB166;
}
</style>