Shades of Putty #CEB66D
Tints of Putty #CEB66D
RGB
CMYK
RGB Variations
Color information
#CEB66D (or 0xCEB66D) is known color: Putty. HEX triplet: CE, B6 and 6D. RGB value is (206,182,109). Sum of RGB (Red+Green+Blue) = 206+182+109=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB66D is #314992. Grayscale: #B5B5B5. Windows color (decimal): -3230099 or 7190222. OLE color: 7190222.
HSL color Cylindrical-coordinate representation of color #CEB66D: hue angle of 45.15º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB66D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 109 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.19 |
| HSL | 45.15º | 0.5% | 0.62% | - |
| HSV(B) | 45.15º | 0.47% | 0.81% | - |
| XYZ | 44.94 | 47.68 | 21.3 | - |
| YUV | 180.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 109 | 0 | 0.12 | 0.47 | 0.19 | 45.15 | 0.5 | 0.62 |
| Hex | CE | B6 | 6D | 0 | C | 2F | 13 | 2D | 32 | 3E |
| Octal | 316 | 266 | 155 | 0 | 14 | 57 | 23 | 55 | 62 | 76 |
| Binary | 11001110 | 10110110 | 1101101 | 0 | 1100 | 101111 | 10011 | 101101 | 110010 | 111110 |
Color Harmonies of #CEB66D
Complementary color
Monochromatic Colors of #CEB66D
Black with #CEB66D
Text Example
Text Example
White with #CEB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB66D; }
p { color: rgb(206,182,109); }
H1.HeaderClassName
{
color: #CEB66D;
}
.AnyTagClassName
{
color: #CEB66D;
}
</style>
background-color css
<style>
a { background-color: #CEB66D; }
a { background-color: rgb(206,182,109); }
div.DivClassName
{
background-color: #CEB66D;
}
.BgClassName
{
background-color: #CEB66D;
}
</style>
border-color css
<style>
span { border-color: #CEB66D; }
span { border-color: rgb(206,182,109); }
td.TdClassName
{
border-color: #CEB66D;
}
.TagClassName
{
border-color: #CEB66D;
}
</style>