Shades of Putty #CEB974
Tints of Putty #CEB974
RGB
CMYK
RGB Variations
Color information
#CEB974 (or 0xCEB974) is known color: Putty. HEX triplet: CE, B9 and 74. RGB value is (206,185,116). Sum of RGB (Red+Green+Blue) = 206+185+116=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB974 is #31468B. Grayscale: #B7B7B7. Windows color (decimal): -3229324 or 7649742. OLE color: 7649742.
HSL color Cylindrical-coordinate representation of color #CEB974: hue angle of 46º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEB974 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 116 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.19 |
| HSL | 46º | 0.48% | 0.63% | - |
| HSV(B) | 46º | 0.44% | 0.81% | - |
| XYZ | 45.95 | 49.08 | 23.57 | - |
| YUV | 183.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 116 | 0 | 0.10 | 0.44 | 0.19 | 46 | 0.48 | 0.63 |
| Hex | CE | B9 | 74 | 0 | A | 2C | 13 | 2E | 30 | 3F |
| Octal | 316 | 271 | 164 | 0 | 12 | 54 | 23 | 56 | 60 | 77 |
| Binary | 11001110 | 10111001 | 1110100 | 0 | 1010 | 101100 | 10011 | 101110 | 110000 | 111111 |
Color Harmonies of #CEB974
Complementary color
Monochromatic Colors of #CEB974
Black with #CEB974
Text Example
Text Example
White with #CEB974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB974; }
p { color: rgb(206,185,116); }
H1.HeaderClassName
{
color: #CEB974;
}
.AnyTagClassName
{
color: #CEB974;
}
</style>
background-color css
<style>
a { background-color: #CEB974; }
a { background-color: rgb(206,185,116); }
div.DivClassName
{
background-color: #CEB974;
}
.BgClassName
{
background-color: #CEB974;
}
</style>
border-color css
<style>
span { border-color: #CEB974; }
span { border-color: rgb(206,185,116); }
td.TdClassName
{
border-color: #CEB974;
}
.TagClassName
{
border-color: #CEB974;
}
</style>