Shades of Putty #CEAF78
Tints of Putty #CEAF78
RGB
CMYK
RGB Variations
Color information
#CEAF78 (or 0xCEAF78) is known color: Putty. HEX triplet: CE, AF and 78. RGB value is (206,175,120). Sum of RGB (Red+Green+Blue) = 206+175+120=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF78 is #315087. Grayscale: #B2B2B2. Windows color (decimal): -3231880 or 7909326. OLE color: 7909326.
HSL color Cylindrical-coordinate representation of color #CEAF78: hue angle of 38.37º 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 #CEAF78 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 120 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.19 |
| HSL | 38.37º | 0.47% | 0.64% | - |
| HSV(B) | 38.37º | 0.42% | 0.81% | - |
| XYZ | 44.17 | 45.14 | 24.15 | - |
| YUV | 178 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 120 | 0 | 0.15 | 0.42 | 0.19 | 38.37 | 0.47 | 0.64 |
| Hex | CE | AF | 78 | 0 | F | 2A | 13 | 26 | 2F | 40 |
| Octal | 316 | 257 | 170 | 0 | 17 | 52 | 23 | 46 | 57 | 100 |
| Binary | 11001110 | 10101111 | 1111000 | 0 | 1111 | 101010 | 10011 | 100110 | 101111 | 1000000 |
Color Harmonies of #CEAF78
Complementary color
Monochromatic Colors of #CEAF78
Black with #CEAF78
Text Example
Text Example
White with #CEAF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF78; }
p { color: rgb(206,175,120); }
H1.HeaderClassName
{
color: #CEAF78;
}
.AnyTagClassName
{
color: #CEAF78;
}
</style>
background-color css
<style>
a { background-color: #CEAF78; }
a { background-color: rgb(206,175,120); }
div.DivClassName
{
background-color: #CEAF78;
}
.BgClassName
{
background-color: #CEAF78;
}
</style>
border-color css
<style>
span { border-color: #CEAF78; }
span { border-color: rgb(206,175,120); }
td.TdClassName
{
border-color: #CEAF78;
}
.TagClassName
{
border-color: #CEAF78;
}
</style>