Shades of Putty #CEB065
Tints of Putty #CEB065
RGB
CMYK
RGB Variations
Color information
#CEB065 (or 0xCEB065) is known color: Putty. HEX triplet: CE, B0 and 65. RGB value is (206,176,101). Sum of RGB (Red+Green+Blue) = 206+176+101=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB065 is #314F9A. Grayscale: #B0B0B0. Windows color (decimal): -3231643 or 6664398. OLE color: 6664398.
HSL color Cylindrical-coordinate representation of color #CEB065: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEB065 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 101 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.19 |
| HSL | 42.86º | 0.52% | 0.6% | - |
| HSV(B) | 42.86º | 0.51% | 0.81% | - |
| XYZ | 43.33 | 45.11 | 18.74 | - |
| YUV | 176.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 101 | 0 | 0.15 | 0.51 | 0.19 | 42.86 | 0.52 | 0.6 |
| Hex | CE | B0 | 65 | 0 | F | 33 | 13 | 2B | 34 | 3C |
| Octal | 316 | 260 | 145 | 0 | 17 | 63 | 23 | 53 | 64 | 74 |
| Binary | 11001110 | 10110000 | 1100101 | 0 | 1111 | 110011 | 10011 | 101011 | 110100 | 111100 |
Color Harmonies of #CEB065
Complementary color
Monochromatic Colors of #CEB065
Black with #CEB065
Text Example
Text Example
White with #CEB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB065; }
p { color: rgb(206,176,101); }
H1.HeaderClassName
{
color: #CEB065;
}
.AnyTagClassName
{
color: #CEB065;
}
</style>
background-color css
<style>
a { background-color: #CEB065; }
a { background-color: rgb(206,176,101); }
div.DivClassName
{
background-color: #CEB065;
}
.BgClassName
{
background-color: #CEB065;
}
</style>
border-color css
<style>
span { border-color: #CEB065; }
span { border-color: rgb(206,176,101); }
td.TdClassName
{
border-color: #CEB065;
}
.TagClassName
{
border-color: #CEB065;
}
</style>