Shades of Putty #CEAA6D
Tints of Putty #CEAA6D
RGB
CMYK
RGB Variations
Color information
#CEAA6D (or 0xCEAA6D) is known color: Putty. HEX triplet: CE, AA and 6D. RGB value is (206,170,109). Sum of RGB (Red+Green+Blue) = 206+170+109=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6D is #315592. Grayscale: #AEAEAE. Windows color (decimal): -3233171 or 7187150. OLE color: 7187150.
HSL color Cylindrical-coordinate representation of color #CEAA6D: hue angle of 37.73º 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 #CEAA6D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 109 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.19 |
| HSL | 37.73º | 0.5% | 0.62% | - |
| HSV(B) | 37.73º | 0.47% | 0.81% | - |
| XYZ | 42.59 | 42.98 | 20.52 | - |
| YUV | 173.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 109 | 0 | 0.17 | 0.47 | 0.19 | 37.73 | 0.5 | 0.62 |
| Hex | CE | AA | 6D | 0 | 11 | 2F | 13 | 26 | 32 | 3E |
| Octal | 316 | 252 | 155 | 0 | 21 | 57 | 23 | 46 | 62 | 76 |
| Binary | 11001110 | 10101010 | 1101101 | 0 | 10001 | 101111 | 10011 | 100110 | 110010 | 111110 |
Color Harmonies of #CEAA6D
Complementary color
Monochromatic Colors of #CEAA6D
Black with #CEAA6D
Text Example
Text Example
White with #CEAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA6D; }
p { color: rgb(206,170,109); }
H1.HeaderClassName
{
color: #CEAA6D;
}
.AnyTagClassName
{
color: #CEAA6D;
}
</style>
background-color css
<style>
a { background-color: #CEAA6D; }
a { background-color: rgb(206,170,109); }
div.DivClassName
{
background-color: #CEAA6D;
}
.BgClassName
{
background-color: #CEAA6D;
}
</style>
border-color css
<style>
span { border-color: #CEAA6D; }
span { border-color: rgb(206,170,109); }
td.TdClassName
{
border-color: #CEAA6D;
}
.TagClassName
{
border-color: #CEAA6D;
}
</style>