Shades of Putty #C2AC73
Tints of Putty #C2AC73
RGB
CMYK
RGB Variations
Color information
#C2AC73 (or 0xC2AC73) is known color: Putty. HEX triplet: C2, AC and 73. RGB value is (194,172,115). Sum of RGB (Red+Green+Blue) = 194+172+115=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC73 is #3D538C. Grayscale: #ACACAC. Windows color (decimal): -4019085 or 7580866. OLE color: 7580866.
HSL color Cylindrical-coordinate representation of color #C2AC73: hue angle of 43.29º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2AC73 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 115 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.24 |
| HSL | 43.29º | 0.39% | 0.61% | - |
| HSV(B) | 43.29º | 0.41% | 0.76% | - |
| XYZ | 40.1 | 42.21 | 22.25 | - |
| YUV | 172.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 115 | 0 | 0.11 | 0.41 | 0.24 | 43.29 | 0.39 | 0.61 |
| Hex | C2 | AC | 73 | 0 | B | 29 | 18 | 2B | 27 | 3D |
| Octal | 302 | 254 | 163 | 0 | 13 | 51 | 30 | 53 | 47 | 75 |
| Binary | 11000010 | 10101100 | 1110011 | 0 | 1011 | 101001 | 11000 | 101011 | 100111 | 111101 |
Color Harmonies of #C2AC73
Complementary color
Monochromatic Colors of #C2AC73
Black with #C2AC73
Text Example
Text Example
White with #C2AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC73; }
p { color: rgb(194,172,115); }
H1.HeaderClassName
{
color: #C2AC73;
}
.AnyTagClassName
{
color: #C2AC73;
}
</style>
background-color css
<style>
a { background-color: #C2AC73; }
a { background-color: rgb(194,172,115); }
div.DivClassName
{
background-color: #C2AC73;
}
.BgClassName
{
background-color: #C2AC73;
}
</style>
border-color css
<style>
span { border-color: #C2AC73; }
span { border-color: rgb(194,172,115); }
td.TdClassName
{
border-color: #C2AC73;
}
.TagClassName
{
border-color: #C2AC73;
}
</style>