Shades of Putty #CEB46D
Tints of Putty #CEB46D
RGB
CMYK
RGB Variations
Color information
#CEB46D (or 0xCEB46D) is known color: Putty. HEX triplet: CE, B4 and 6D. RGB value is (206,180,109). Sum of RGB (Red+Green+Blue) = 206+180+109=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB46D is #314B92. Grayscale: #B3B3B3. Windows color (decimal): -3230611 or 7189710. OLE color: 7189710.
HSL color Cylindrical-coordinate representation of color #CEB46D: hue angle of 43.92º 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 #CEB46D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 109 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.19 |
| HSL | 43.92º | 0.5% | 0.62% | - |
| HSV(B) | 43.92º | 0.47% | 0.81% | - |
| XYZ | 44.54 | 46.87 | 21.17 | - |
| YUV | 179.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 109 | 0 | 0.13 | 0.47 | 0.19 | 43.92 | 0.5 | 0.62 |
| Hex | CE | B4 | 6D | 0 | D | 2F | 13 | 2C | 32 | 3E |
| Octal | 316 | 264 | 155 | 0 | 15 | 57 | 23 | 54 | 62 | 76 |
| Binary | 11001110 | 10110100 | 1101101 | 0 | 1101 | 101111 | 10011 | 101100 | 110010 | 111110 |
Color Harmonies of #CEB46D
Complementary color
Monochromatic Colors of #CEB46D
Black with #CEB46D
Text Example
Text Example
White with #CEB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB46D; }
p { color: rgb(206,180,109); }
H1.HeaderClassName
{
color: #CEB46D;
}
.AnyTagClassName
{
color: #CEB46D;
}
</style>
background-color css
<style>
a { background-color: #CEB46D; }
a { background-color: rgb(206,180,109); }
div.DivClassName
{
background-color: #CEB46D;
}
.BgClassName
{
background-color: #CEB46D;
}
</style>
border-color css
<style>
span { border-color: #CEB46D; }
span { border-color: rgb(206,180,109); }
td.TdClassName
{
border-color: #CEB46D;
}
.TagClassName
{
border-color: #CEB46D;
}
</style>