Shades of Putty #C4AC74
Tints of Putty #C4AC74
RGB
CMYK
RGB Variations
Color information
#C4AC74 (or 0xC4AC74) is known color: Putty. HEX triplet: C4, AC and 74. RGB value is (196,172,116). Sum of RGB (Red+Green+Blue) = 196+172+116=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC74 is #3B538B. Grayscale: #ADADAD. Windows color (decimal): -3888012 or 7646404. OLE color: 7646404.
HSL color Cylindrical-coordinate representation of color #C4AC74: hue angle of 42º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4AC74 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 116 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.23 |
| HSL | 42º | 0.4% | 0.61% | - |
| HSV(B) | 42º | 0.41% | 0.77% | - |
| XYZ | 40.67 | 42.5 | 22.58 | - |
| YUV | 172.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 116 | 0 | 0.12 | 0.41 | 0.23 | 42 | 0.4 | 0.61 |
| Hex | C4 | AC | 74 | 0 | C | 29 | 17 | 2A | 28 | 3D |
| Octal | 304 | 254 | 164 | 0 | 14 | 51 | 27 | 52 | 50 | 75 |
| Binary | 11000100 | 10101100 | 1110100 | 0 | 1100 | 101001 | 10111 | 101010 | 101000 | 111101 |
Color Harmonies of #C4AC74
Complementary color
Monochromatic Colors of #C4AC74
Black with #C4AC74
Text Example
Text Example
White with #C4AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC74; }
p { color: rgb(196,172,116); }
H1.HeaderClassName
{
color: #C4AC74;
}
.AnyTagClassName
{
color: #C4AC74;
}
</style>
background-color css
<style>
a { background-color: #C4AC74; }
a { background-color: rgb(196,172,116); }
div.DivClassName
{
background-color: #C4AC74;
}
.BgClassName
{
background-color: #C4AC74;
}
</style>
border-color css
<style>
span { border-color: #C4AC74; }
span { border-color: rgb(196,172,116); }
td.TdClassName
{
border-color: #C4AC74;
}
.TagClassName
{
border-color: #C4AC74;
}
</style>