Shades of Putty #CEB676
Tints of Putty #CEB676
RGB
CMYK
RGB Variations
Color information
#CEB676 (or 0xCEB676) is known color: Putty. HEX triplet: CE, B6 and 76. RGB value is (206,182,118). Sum of RGB (Red+Green+Blue) = 206+182+118=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB676 is #314989. Grayscale: #B6B6B6. Windows color (decimal): -3230090 or 7780046. OLE color: 7780046.
HSL color Cylindrical-coordinate representation of color #CEB676: hue angle of 43.64º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEB676 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 118 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.19 |
| HSL | 43.64º | 0.47% | 0.64% | - |
| HSV(B) | 43.64º | 0.43% | 0.81% | - |
| XYZ | 45.45 | 47.89 | 23.99 | - |
| YUV | 181.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 118 | 0 | 0.12 | 0.43 | 0.19 | 43.64 | 0.47 | 0.64 |
| Hex | CE | B6 | 76 | 0 | C | 2B | 13 | 2C | 2F | 40 |
| Octal | 316 | 266 | 166 | 0 | 14 | 53 | 23 | 54 | 57 | 100 |
| Binary | 11001110 | 10110110 | 1110110 | 0 | 1100 | 101011 | 10011 | 101100 | 101111 | 1000000 |
Color Harmonies of #CEB676
Complementary color
Monochromatic Colors of #CEB676
Black with #CEB676
Text Example
Text Example
White with #CEB676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB676; }
p { color: rgb(206,182,118); }
H1.HeaderClassName
{
color: #CEB676;
}
.AnyTagClassName
{
color: #CEB676;
}
</style>
background-color css
<style>
a { background-color: #CEB676; }
a { background-color: rgb(206,182,118); }
div.DivClassName
{
background-color: #CEB676;
}
.BgClassName
{
background-color: #CEB676;
}
</style>
border-color css
<style>
span { border-color: #CEB676; }
span { border-color: rgb(206,182,118); }
td.TdClassName
{
border-color: #CEB676;
}
.TagClassName
{
border-color: #CEB676;
}
</style>