Shades of Putty #CEB06B
Tints of Putty #CEB06B
RGB
CMYK
RGB Variations
Color information
#CEB06B (or 0xCEB06B) is known color: Putty. HEX triplet: CE, B0 and 6B. RGB value is (206,176,107). Sum of RGB (Red+Green+Blue) = 206+176+107=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06B is #314F94. Grayscale: #B1B1B1. Windows color (decimal): -3231637 or 7057614. OLE color: 7057614.
HSL color Cylindrical-coordinate representation of color #CEB06B: hue angle of 41.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEB06B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 107 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.19 |
| HSL | 41.82º | 0.5% | 0.61% | - |
| HSV(B) | 41.82º | 0.48% | 0.81% | - |
| XYZ | 43.63 | 45.23 | 20.34 | - |
| YUV | 177.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 107 | 0 | 0.15 | 0.48 | 0.19 | 41.82 | 0.5 | 0.61 |
| Hex | CE | B0 | 6B | 0 | F | 30 | 13 | 2A | 32 | 3D |
| Octal | 316 | 260 | 153 | 0 | 17 | 60 | 23 | 52 | 62 | 75 |
| Binary | 11001110 | 10110000 | 1101011 | 0 | 1111 | 110000 | 10011 | 101010 | 110010 | 111101 |
Color Harmonies of #CEB06B
Complementary color
Monochromatic Colors of #CEB06B
Black with #CEB06B
Text Example
Text Example
White with #CEB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB06B; }
p { color: rgb(206,176,107); }
H1.HeaderClassName
{
color: #CEB06B;
}
.AnyTagClassName
{
color: #CEB06B;
}
</style>
background-color css
<style>
a { background-color: #CEB06B; }
a { background-color: rgb(206,176,107); }
div.DivClassName
{
background-color: #CEB06B;
}
.BgClassName
{
background-color: #CEB06B;
}
</style>
border-color css
<style>
span { border-color: #CEB06B; }
span { border-color: rgb(206,176,107); }
td.TdClassName
{
border-color: #CEB06B;
}
.TagClassName
{
border-color: #CEB06B;
}
</style>