Shades of Putty #C2AD72
Tints of Putty #C2AD72
RGB
CMYK
RGB Variations
Color information
#C2AD72 (or 0xC2AD72) is known color: Putty. HEX triplet: C2, AD and 72. RGB value is (194,173,114). Sum of RGB (Red+Green+Blue) = 194+173+114=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD72 is #3D528D. Grayscale: #ACACAC. Windows color (decimal): -4018830 or 7515586. OLE color: 7515586.
HSL color Cylindrical-coordinate representation of color #C2AD72: hue angle of 44.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2AD72 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 114 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.24 |
| HSL | 44.25º | 0.4% | 0.6% | - |
| HSV(B) | 44.25º | 0.41% | 0.76% | - |
| XYZ | 40.23 | 42.57 | 22.02 | - |
| YUV | 172.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 114 | 0 | 0.11 | 0.41 | 0.24 | 44.25 | 0.4 | 0.6 |
| Hex | C2 | AD | 72 | 0 | B | 29 | 18 | 2C | 28 | 3C |
| Octal | 302 | 255 | 162 | 0 | 13 | 51 | 30 | 54 | 50 | 74 |
| Binary | 11000010 | 10101101 | 1110010 | 0 | 1011 | 101001 | 11000 | 101100 | 101000 | 111100 |
Color Harmonies of #C2AD72
Complementary color
Monochromatic Colors of #C2AD72
Black with #C2AD72
Text Example
Text Example
White with #C2AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD72; }
p { color: rgb(194,173,114); }
H1.HeaderClassName
{
color: #C2AD72;
}
.AnyTagClassName
{
color: #C2AD72;
}
</style>
background-color css
<style>
a { background-color: #C2AD72; }
a { background-color: rgb(194,173,114); }
div.DivClassName
{
background-color: #C2AD72;
}
.BgClassName
{
background-color: #C2AD72;
}
</style>
border-color css
<style>
span { border-color: #C2AD72; }
span { border-color: rgb(194,173,114); }
td.TdClassName
{
border-color: #C2AD72;
}
.TagClassName
{
border-color: #C2AD72;
}
</style>