Shades of Putty #C4AF70
Tints of Putty #C4AF70
RGB
CMYK
RGB Variations
Color information
#C4AF70 (or 0xC4AF70) is known color: Putty. HEX triplet: C4, AF and 70. RGB value is (196,175,112). Sum of RGB (Red+Green+Blue) = 196+175+112=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF70 is #3B508F. Grayscale: #AEAEAE. Windows color (decimal): -3887248 or 7385028. OLE color: 7385028.
HSL color Cylindrical-coordinate representation of color #C4AF70: hue angle of 45º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4AF70 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 112 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.23 |
| HSL | 45º | 0.42% | 0.6% | - |
| HSV(B) | 45º | 0.43% | 0.77% | - |
| XYZ | 41.02 | 43.57 | 21.58 | - |
| YUV | 174.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 112 | 0 | 0.11 | 0.43 | 0.23 | 45 | 0.42 | 0.6 |
| Hex | C4 | AF | 70 | 0 | B | 2B | 17 | 2D | 2A | 3C |
| Octal | 304 | 257 | 160 | 0 | 13 | 53 | 27 | 55 | 52 | 74 |
| Binary | 11000100 | 10101111 | 1110000 | 0 | 1011 | 101011 | 10111 | 101101 | 101010 | 111100 |
Color Harmonies of #C4AF70
Complementary color
Monochromatic Colors of #C4AF70
Black with #C4AF70
Text Example
Text Example
White with #C4AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AF70; }
p { color: rgb(196,175,112); }
H1.HeaderClassName
{
color: #C4AF70;
}
.AnyTagClassName
{
color: #C4AF70;
}
</style>
background-color css
<style>
a { background-color: #C4AF70; }
a { background-color: rgb(196,175,112); }
div.DivClassName
{
background-color: #C4AF70;
}
.BgClassName
{
background-color: #C4AF70;
}
</style>
border-color css
<style>
span { border-color: #C4AF70; }
span { border-color: rgb(196,175,112); }
td.TdClassName
{
border-color: #C4AF70;
}
.TagClassName
{
border-color: #C4AF70;
}
</style>