Shades of Putty #CEAF6D
Tints of Putty #CEAF6D
RGB
CMYK
RGB Variations
Color information
#CEAF6D (or 0xCEAF6D) is known color: Putty. HEX triplet: CE, AF and 6D. RGB value is (206,175,109). Sum of RGB (Red+Green+Blue) = 206+175+109=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6D is #315092. Grayscale: #B1B1B1. Windows color (decimal): -3231891 or 7188430. OLE color: 7188430.
HSL color Cylindrical-coordinate representation of color #CEAF6D: hue angle of 40.82º 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 #CEAF6D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 109 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.19 |
| HSL | 40.82º | 0.5% | 0.62% | - |
| HSV(B) | 40.82º | 0.47% | 0.81% | - |
| XYZ | 43.54 | 44.89 | 20.84 | - |
| YUV | 176.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 109 | 0 | 0.15 | 0.47 | 0.19 | 40.82 | 0.5 | 0.62 |
| Hex | CE | AF | 6D | 0 | F | 2F | 13 | 29 | 32 | 3E |
| Octal | 316 | 257 | 155 | 0 | 17 | 57 | 23 | 51 | 62 | 76 |
| Binary | 11001110 | 10101111 | 1101101 | 0 | 1111 | 101111 | 10011 | 101001 | 110010 | 111110 |
Color Harmonies of #CEAF6D
Complementary color
Monochromatic Colors of #CEAF6D
Black with #CEAF6D
Text Example
Text Example
White with #CEAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF6D; }
p { color: rgb(206,175,109); }
H1.HeaderClassName
{
color: #CEAF6D;
}
.AnyTagClassName
{
color: #CEAF6D;
}
</style>
background-color css
<style>
a { background-color: #CEAF6D; }
a { background-color: rgb(206,175,109); }
div.DivClassName
{
background-color: #CEAF6D;
}
.BgClassName
{
background-color: #CEAF6D;
}
</style>
border-color css
<style>
span { border-color: #CEAF6D; }
span { border-color: rgb(206,175,109); }
td.TdClassName
{
border-color: #CEAF6D;
}
.TagClassName
{
border-color: #CEAF6D;
}
</style>