Shades of Putty #C4AD74
Tints of Putty #C4AD74
RGB
CMYK
RGB Variations
Color information
#C4AD74 (or 0xC4AD74) is known color: Putty. HEX triplet: C4, AD and 74. RGB value is (196,173,116). Sum of RGB (Red+Green+Blue) = 196+173+116=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD74 is #3B528B. Grayscale: #ADADAD. Windows color (decimal): -3887756 or 7646660. OLE color: 7646660.
HSL color Cylindrical-coordinate representation of color #C4AD74: hue angle of 42.75º 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 #C4AD74 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 116 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.23 |
| HSL | 42.75º | 0.4% | 0.61% | - |
| HSV(B) | 42.75º | 0.41% | 0.77% | - |
| XYZ | 40.86 | 42.88 | 22.65 | - |
| YUV | 173.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 116 | 0 | 0.12 | 0.41 | 0.23 | 42.75 | 0.4 | 0.61 |
| Hex | C4 | AD | 74 | 0 | C | 29 | 17 | 2B | 28 | 3D |
| Octal | 304 | 255 | 164 | 0 | 14 | 51 | 27 | 53 | 50 | 75 |
| Binary | 11000100 | 10101101 | 1110100 | 0 | 1100 | 101001 | 10111 | 101011 | 101000 | 111101 |
Color Harmonies of #C4AD74
Complementary color
Monochromatic Colors of #C4AD74
Black with #C4AD74
Text Example
Text Example
White with #C4AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD74; }
p { color: rgb(196,173,116); }
H1.HeaderClassName
{
color: #C4AD74;
}
.AnyTagClassName
{
color: #C4AD74;
}
</style>
background-color css
<style>
a { background-color: #C4AD74; }
a { background-color: rgb(196,173,116); }
div.DivClassName
{
background-color: #C4AD74;
}
.BgClassName
{
background-color: #C4AD74;
}
</style>
border-color css
<style>
span { border-color: #C4AD74; }
span { border-color: rgb(196,173,116); }
td.TdClassName
{
border-color: #C4AD74;
}
.TagClassName
{
border-color: #C4AD74;
}
</style>