Shades of Putty #CEB06D
Tints of Putty #CEB06D
RGB
CMYK
RGB Variations
Color information
#CEB06D (or 0xCEB06D) is known color: Putty. HEX triplet: CE, B0 and 6D. RGB value is (206,176,109). Sum of RGB (Red+Green+Blue) = 206+176+109=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06D is #314F92. Grayscale: #B1B1B1. Windows color (decimal): -3231635 or 7188686. OLE color: 7188686.
HSL color Cylindrical-coordinate representation of color #CEB06D: hue angle of 41.44º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB06D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 109 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 41.44º | 0.5% | 0.62% | - |
| HSV(B) | 41.44º | 0.47% | 0.81% | - |
| XYZ | 43.74 | 45.28 | 20.9 | - |
| YUV | 177.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 109 | 0 | 0.15 | 0.47 | 0.19 | 41.44 | 0.5 | 0.62 |
| Hex | CE | B0 | 6D | 0 | F | 2F | 13 | 29 | 32 | 3E |
| Octal | 316 | 260 | 155 | 0 | 17 | 57 | 23 | 51 | 62 | 76 |
| Binary | 11001110 | 10110000 | 1101101 | 0 | 1111 | 101111 | 10011 | 101001 | 110010 | 111110 |
Color Harmonies of #CEB06D
Complementary color
Monochromatic Colors of #CEB06D
Black with #CEB06D
Text Example
Text Example
White with #CEB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB06D; }
p { color: rgb(206,176,109); }
H1.HeaderClassName
{
color: #CEB06D;
}
.AnyTagClassName
{
color: #CEB06D;
}
</style>
background-color css
<style>
a { background-color: #CEB06D; }
a { background-color: rgb(206,176,109); }
div.DivClassName
{
background-color: #CEB06D;
}
.BgClassName
{
background-color: #CEB06D;
}
</style>
border-color css
<style>
span { border-color: #CEB06D; }
span { border-color: rgb(206,176,109); }
td.TdClassName
{
border-color: #CEB06D;
}
.TagClassName
{
border-color: #CEB06D;
}
</style>