Shades of Putty #CEB06F
Tints of Putty #CEB06F
RGB
CMYK
RGB Variations
Color information
#CEB06F (or 0xCEB06F) is known color: Putty. HEX triplet: CE, B0 and 6F. RGB value is (206,176,111). Sum of RGB (Red+Green+Blue) = 206+176+111=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06F is #314F90. Grayscale: #B1B1B1. Windows color (decimal): -3231633 or 7319758. OLE color: 7319758.
HSL color Cylindrical-coordinate representation of color #CEB06F: hue angle of 41.05º 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 #CEB06F is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 111 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.19 |
| HSL | 41.05º | 0.49% | 0.62% | - |
| HSV(B) | 41.05º | 0.46% | 0.81% | - |
| XYZ | 43.85 | 45.32 | 21.48 | - |
| YUV | 177.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 111 | 0 | 0.15 | 0.46 | 0.19 | 41.05 | 0.49 | 0.62 |
| Hex | CE | B0 | 6F | 0 | F | 2E | 13 | 29 | 31 | 3E |
| Octal | 316 | 260 | 157 | 0 | 17 | 56 | 23 | 51 | 61 | 76 |
| Binary | 11001110 | 10110000 | 1101111 | 0 | 1111 | 101110 | 10011 | 101001 | 110001 | 111110 |
Color Harmonies of #CEB06F
Complementary color
Monochromatic Colors of #CEB06F
Black with #CEB06F
Text Example
Text Example
White with #CEB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB06F; }
p { color: rgb(206,176,111); }
H1.HeaderClassName
{
color: #CEB06F;
}
.AnyTagClassName
{
color: #CEB06F;
}
</style>
background-color css
<style>
a { background-color: #CEB06F; }
a { background-color: rgb(206,176,111); }
div.DivClassName
{
background-color: #CEB06F;
}
.BgClassName
{
background-color: #CEB06F;
}
</style>
border-color css
<style>
span { border-color: #CEB06F; }
span { border-color: rgb(206,176,111); }
td.TdClassName
{
border-color: #CEB06F;
}
.TagClassName
{
border-color: #CEB06F;
}
</style>