Shades of Putty #CEAF74
Tints of Putty #CEAF74
RGB
CMYK
RGB Variations
Color information
#CEAF74 (or 0xCEAF74) is known color: Putty. HEX triplet: CE, AF and 74. RGB value is (206,175,116). Sum of RGB (Red+Green+Blue) = 206+175+116=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF74 is #31508B. Grayscale: #B1B1B1. Windows color (decimal): -3231884 or 7647182. OLE color: 7647182.
HSL color Cylindrical-coordinate representation of color #CEAF74: hue angle of 39.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEAF74 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 116 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.19 |
| HSL | 39.33º | 0.48% | 0.63% | - |
| HSV(B) | 39.33º | 0.44% | 0.81% | - |
| XYZ | 43.94 | 45.04 | 22.9 | - |
| YUV | 177.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 116 | 0 | 0.15 | 0.44 | 0.19 | 39.33 | 0.48 | 0.63 |
| Hex | CE | AF | 74 | 0 | F | 2C | 13 | 27 | 30 | 3F |
| Octal | 316 | 257 | 164 | 0 | 17 | 54 | 23 | 47 | 60 | 77 |
| Binary | 11001110 | 10101111 | 1110100 | 0 | 1111 | 101100 | 10011 | 100111 | 110000 | 111111 |
Color Harmonies of #CEAF74
Complementary color
Monochromatic Colors of #CEAF74
Black with #CEAF74
Text Example
Text Example
White with #CEAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF74; }
p { color: rgb(206,175,116); }
H1.HeaderClassName
{
color: #CEAF74;
}
.AnyTagClassName
{
color: #CEAF74;
}
</style>
background-color css
<style>
a { background-color: #CEAF74; }
a { background-color: rgb(206,175,116); }
div.DivClassName
{
background-color: #CEAF74;
}
.BgClassName
{
background-color: #CEAF74;
}
</style>
border-color css
<style>
span { border-color: #CEAF74; }
span { border-color: rgb(206,175,116); }
td.TdClassName
{
border-color: #CEAF74;
}
.TagClassName
{
border-color: #CEAF74;
}
</style>