Shades of Putty #CEB06C
Tints of Putty #CEB06C
RGB
CMYK
RGB Variations
Color information
#CEB06C (or 0xCEB06C) is known color: Putty. HEX triplet: CE, B0 and 6C. RGB value is (206,176,108). Sum of RGB (Red+Green+Blue) = 206+176+108=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06C is #314F93. Grayscale: #B1B1B1. Windows color (decimal): -3231636 or 7123150. OLE color: 7123150.
HSL color Cylindrical-coordinate representation of color #CEB06C: hue angle of 41.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB06C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 108 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.19 |
| HSL | 41.63º | 0.5% | 0.62% | - |
| HSV(B) | 41.63º | 0.48% | 0.81% | - |
| XYZ | 43.69 | 45.26 | 20.62 | - |
| YUV | 177.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 108 | 0 | 0.15 | 0.48 | 0.19 | 41.63 | 0.5 | 0.62 |
| Hex | CE | B0 | 6C | 0 | F | 30 | 13 | 2A | 32 | 3E |
| Octal | 316 | 260 | 154 | 0 | 17 | 60 | 23 | 52 | 62 | 76 |
| Binary | 11001110 | 10110000 | 1101100 | 0 | 1111 | 110000 | 10011 | 101010 | 110010 | 111110 |
Color Harmonies of #CEB06C
Complementary color
Monochromatic Colors of #CEB06C
Black with #CEB06C
Text Example
Text Example
White with #CEB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB06C; }
p { color: rgb(206,176,108); }
H1.HeaderClassName
{
color: #CEB06C;
}
.AnyTagClassName
{
color: #CEB06C;
}
</style>
background-color css
<style>
a { background-color: #CEB06C; }
a { background-color: rgb(206,176,108); }
div.DivClassName
{
background-color: #CEB06C;
}
.BgClassName
{
background-color: #CEB06C;
}
</style>
border-color css
<style>
span { border-color: #CEB06C; }
span { border-color: rgb(206,176,108); }
td.TdClassName
{
border-color: #CEB06C;
}
.TagClassName
{
border-color: #CEB06C;
}
</style>