Shades of Putty #CEA56D
Tints of Putty #CEA56D
RGB
CMYK
RGB Variations
Color information
#CEA56D (or 0xCEA56D) is known color: Putty. HEX triplet: CE, A5 and 6D. RGB value is (206,165,109). Sum of RGB (Red+Green+Blue) = 206+165+109=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56D is #315A92. Grayscale: #ABABAB. Windows color (decimal): -3234451 or 7185870. OLE color: 7185870.
HSL color Cylindrical-coordinate representation of color #CEA56D: hue angle of 34.64º 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 #CEA56D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 109 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.19 |
| HSL | 34.64º | 0.5% | 0.62% | - |
| HSV(B) | 34.64º | 0.47% | 0.81% | - |
| XYZ | 41.67 | 41.14 | 20.21 | - |
| YUV | 170.88 | 93.08 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 109 | 0 | 0.20 | 0.47 | 0.19 | 34.64 | 0.5 | 0.62 |
| Hex | CE | A5 | 6D | 0 | 14 | 2F | 13 | 23 | 32 | 3E |
| Octal | 316 | 245 | 155 | 0 | 24 | 57 | 23 | 43 | 62 | 76 |
| Binary | 11001110 | 10100101 | 1101101 | 0 | 10100 | 101111 | 10011 | 100011 | 110010 | 111110 |
Color Harmonies of #CEA56D
Complementary color
Monochromatic Colors of #CEA56D
Black with #CEA56D
Text Example
Text Example
White with #CEA56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA56D; }
p { color: rgb(206,165,109); }
H1.HeaderClassName
{
color: #CEA56D;
}
.AnyTagClassName
{
color: #CEA56D;
}
</style>
background-color css
<style>
a { background-color: #CEA56D; }
a { background-color: rgb(206,165,109); }
div.DivClassName
{
background-color: #CEA56D;
}
.BgClassName
{
background-color: #CEA56D;
}
</style>
border-color css
<style>
span { border-color: #CEA56D; }
span { border-color: rgb(206,165,109); }
td.TdClassName
{
border-color: #CEA56D;
}
.TagClassName
{
border-color: #CEA56D;
}
</style>