Shades of Putty #CEB06A
Tints of Putty #CEB06A
RGB
CMYK
RGB Variations
Color information
#CEB06A (or 0xCEB06A) is known color: Putty. HEX triplet: CE, B0 and 6A. RGB value is (206,176,106). Sum of RGB (Red+Green+Blue) = 206+176+106=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06A is #314F95. Grayscale: #B1B1B1. Windows color (decimal): -3231638 or 6992078. OLE color: 6992078.
HSL color Cylindrical-coordinate representation of color #CEB06A: hue angle of 42º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEB06A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 106 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.19 |
| HSL | 42º | 0.51% | 0.61% | - |
| HSV(B) | 42º | 0.49% | 0.81% | - |
| XYZ | 43.58 | 45.21 | 20.07 | - |
| YUV | 176.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 106 | 0 | 0.15 | 0.49 | 0.19 | 42 | 0.51 | 0.61 |
| Hex | CE | B0 | 6A | 0 | F | 31 | 13 | 2A | 33 | 3D |
| Octal | 316 | 260 | 152 | 0 | 17 | 61 | 23 | 52 | 63 | 75 |
| Binary | 11001110 | 10110000 | 1101010 | 0 | 1111 | 110001 | 10011 | 101010 | 110011 | 111101 |
Color Harmonies of #CEB06A
Complementary color
Monochromatic Colors of #CEB06A
Black with #CEB06A
Text Example
Text Example
White with #CEB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB06A; }
p { color: rgb(206,176,106); }
H1.HeaderClassName
{
color: #CEB06A;
}
.AnyTagClassName
{
color: #CEB06A;
}
</style>
background-color css
<style>
a { background-color: #CEB06A; }
a { background-color: rgb(206,176,106); }
div.DivClassName
{
background-color: #CEB06A;
}
.BgClassName
{
background-color: #CEB06A;
}
</style>
border-color css
<style>
span { border-color: #CEB06A; }
span { border-color: rgb(206,176,106); }
td.TdClassName
{
border-color: #CEB06A;
}
.TagClassName
{
border-color: #CEB06A;
}
</style>