Shades of Putty #CEAF77
Tints of Putty #CEAF77
RGB
CMYK
RGB Variations
Color information
#CEAF77 (or 0xCEAF77) is known color: Putty. HEX triplet: CE, AF and 77. RGB value is (206,175,119). Sum of RGB (Red+Green+Blue) = 206+175+119=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF77 is #315088. Grayscale: #B2B2B2. Windows color (decimal): -3231881 or 7843790. OLE color: 7843790.
HSL color Cylindrical-coordinate representation of color #CEAF77: hue angle of 38.62º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEAF77 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 119 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 38.62º | 0.47% | 0.64% | - |
| HSV(B) | 38.62º | 0.42% | 0.81% | - |
| XYZ | 44.11 | 45.11 | 23.84 | - |
| YUV | 177.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 119 | 0 | 0.15 | 0.42 | 0.19 | 38.62 | 0.47 | 0.64 |
| Hex | CE | AF | 77 | 0 | F | 2A | 13 | 27 | 2F | 40 |
| Octal | 316 | 257 | 167 | 0 | 17 | 52 | 23 | 47 | 57 | 100 |
| Binary | 11001110 | 10101111 | 1110111 | 0 | 1111 | 101010 | 10011 | 100111 | 101111 | 1000000 |
Color Harmonies of #CEAF77
Complementary color
Monochromatic Colors of #CEAF77
Black with #CEAF77
Text Example
Text Example
White with #CEAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF77; }
p { color: rgb(206,175,119); }
H1.HeaderClassName
{
color: #CEAF77;
}
.AnyTagClassName
{
color: #CEAF77;
}
</style>
background-color css
<style>
a { background-color: #CEAF77; }
a { background-color: rgb(206,175,119); }
div.DivClassName
{
background-color: #CEAF77;
}
.BgClassName
{
background-color: #CEAF77;
}
</style>
border-color css
<style>
span { border-color: #CEAF77; }
span { border-color: rgb(206,175,119); }
td.TdClassName
{
border-color: #CEAF77;
}
.TagClassName
{
border-color: #CEAF77;
}
</style>