Shades of Putty #CEAF65
Tints of Putty #CEAF65
RGB
CMYK
RGB Variations
Color information
#CEAF65 (or 0xCEAF65) is known color: Putty. HEX triplet: CE, AF and 65. RGB value is (206,175,101). Sum of RGB (Red+Green+Blue) = 206+175+101=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF65 is #31509A. Grayscale: #B0B0B0. Windows color (decimal): -3231899 or 6664142. OLE color: 6664142.
HSL color Cylindrical-coordinate representation of color #CEAF65: hue angle of 42.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEAF65 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 101 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.19 |
| HSL | 42.29º | 0.52% | 0.6% | - |
| HSV(B) | 42.29º | 0.51% | 0.81% | - |
| XYZ | 43.13 | 44.72 | 18.67 | - |
| YUV | 175.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 101 | 0 | 0.15 | 0.51 | 0.19 | 42.29 | 0.52 | 0.6 |
| Hex | CE | AF | 65 | 0 | F | 33 | 13 | 2A | 34 | 3C |
| Octal | 316 | 257 | 145 | 0 | 17 | 63 | 23 | 52 | 64 | 74 |
| Binary | 11001110 | 10101111 | 1100101 | 0 | 1111 | 110011 | 10011 | 101010 | 110100 | 111100 |
Color Harmonies of #CEAF65
Complementary color
Monochromatic Colors of #CEAF65
Black with #CEAF65
Text Example
Text Example
White with #CEAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF65; }
p { color: rgb(206,175,101); }
H1.HeaderClassName
{
color: #CEAF65;
}
.AnyTagClassName
{
color: #CEAF65;
}
</style>
background-color css
<style>
a { background-color: #CEAF65; }
a { background-color: rgb(206,175,101); }
div.DivClassName
{
background-color: #CEAF65;
}
.BgClassName
{
background-color: #CEAF65;
}
</style>
border-color css
<style>
span { border-color: #CEAF65; }
span { border-color: rgb(206,175,101); }
td.TdClassName
{
border-color: #CEAF65;
}
.TagClassName
{
border-color: #CEAF65;
}
</style>