Shades of Putty #C5AE74
Tints of Putty #C5AE74
RGB
CMYK
RGB Variations
Color information
#C5AE74 (or 0xC5AE74) is known color: Putty. HEX triplet: C5, AE and 74. RGB value is (197,174,116). Sum of RGB (Red+Green+Blue) = 197+174+116=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AE74 is #3A518B. Grayscale: #AEAEAE. Windows color (decimal): -3821964 or 7646917. OLE color: 7646917.
HSL color Cylindrical-coordinate representation of color #C5AE74: hue angle of 42.96º degrees, saturation: 0.41, 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 #C5AE74 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 116 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.23 |
| HSL | 42.96º | 0.41% | 0.61% | - |
| HSV(B) | 42.96º | 0.41% | 0.77% | - |
| XYZ | 41.31 | 43.4 | 22.72 | - |
| YUV | 174.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 116 | 0 | 0.12 | 0.41 | 0.23 | 42.96 | 0.41 | 0.61 |
| Hex | C5 | AE | 74 | 0 | C | 29 | 17 | 2B | 29 | 3D |
| Octal | 305 | 256 | 164 | 0 | 14 | 51 | 27 | 53 | 51 | 75 |
| Binary | 11000101 | 10101110 | 1110100 | 0 | 1100 | 101001 | 10111 | 101011 | 101001 | 111101 |
Color Harmonies of #C5AE74
Complementary color
Monochromatic Colors of #C5AE74
Black with #C5AE74
Text Example
Text Example
White with #C5AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE74; }
p { color: rgb(197,174,116); }
H1.HeaderClassName
{
color: #C5AE74;
}
.AnyTagClassName
{
color: #C5AE74;
}
</style>
background-color css
<style>
a { background-color: #C5AE74; }
a { background-color: rgb(197,174,116); }
div.DivClassName
{
background-color: #C5AE74;
}
.BgClassName
{
background-color: #C5AE74;
}
</style>
border-color css
<style>
span { border-color: #C5AE74; }
span { border-color: rgb(197,174,116); }
td.TdClassName
{
border-color: #C5AE74;
}
.TagClassName
{
border-color: #C5AE74;
}
</style>