Shades of Putty #CEA36D
Tints of Putty #CEA36D
RGB
CMYK
RGB Variations
Color information
#CEA36D (or 0xCEA36D) is known color: Putty. HEX triplet: CE, A3 and 6D. RGB value is (206,163,109). Sum of RGB (Red+Green+Blue) = 206+163+109=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA36D is #315C92. Grayscale: #A9A9A9. Windows color (decimal): -3234963 or 7185358. OLE color: 7185358.
HSL color Cylindrical-coordinate representation of color #CEA36D: hue angle of 33.4º 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 #CEA36D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 109 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.19 |
| HSL | 33.4º | 0.5% | 0.62% | - |
| HSV(B) | 33.4º | 0.47% | 0.81% | - |
| XYZ | 41.31 | 40.42 | 20.09 | - |
| YUV | 169.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 109 | 0 | 0.21 | 0.47 | 0.19 | 33.4 | 0.5 | 0.62 |
| Hex | CE | A3 | 6D | 0 | 15 | 2F | 13 | 21 | 32 | 3E |
| Octal | 316 | 243 | 155 | 0 | 25 | 57 | 23 | 41 | 62 | 76 |
| Binary | 11001110 | 10100011 | 1101101 | 0 | 10101 | 101111 | 10011 | 100001 | 110010 | 111110 |
Color Harmonies of #CEA36D
Complementary color
Monochromatic Colors of #CEA36D
Black with #CEA36D
Text Example
Text Example
White with #CEA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA36D; }
p { color: rgb(206,163,109); }
H1.HeaderClassName
{
color: #CEA36D;
}
.AnyTagClassName
{
color: #CEA36D;
}
</style>
background-color css
<style>
a { background-color: #CEA36D; }
a { background-color: rgb(206,163,109); }
div.DivClassName
{
background-color: #CEA36D;
}
.BgClassName
{
background-color: #CEA36D;
}
</style>
border-color css
<style>
span { border-color: #CEA36D; }
span { border-color: rgb(206,163,109); }
td.TdClassName
{
border-color: #CEA36D;
}
.TagClassName
{
border-color: #CEA36D;
}
</style>