Shades of Putty #C1AC73
Tints of Putty #C1AC73
RGB
CMYK
RGB Variations
Color information
#C1AC73 (or 0xC1AC73) is known color: Putty. HEX triplet: C1, AC and 73. RGB value is (193,172,115). Sum of RGB (Red+Green+Blue) = 193+172+115=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC73 is #3E538C. Grayscale: #ACACAC. Windows color (decimal): -4084621 or 7580865. OLE color: 7580865.
HSL color Cylindrical-coordinate representation of color #C1AC73: hue angle of 43.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1AC73 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 115 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.24 |
| HSL | 43.85º | 0.39% | 0.6% | - |
| HSV(B) | 43.85º | 0.4% | 0.76% | - |
| XYZ | 39.84 | 42.08 | 22.24 | - |
| YUV | 171.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 115 | 0 | 0.11 | 0.40 | 0.24 | 43.85 | 0.39 | 0.6 |
| Hex | C1 | AC | 73 | 0 | B | 28 | 18 | 2C | 27 | 3C |
| Octal | 301 | 254 | 163 | 0 | 13 | 50 | 30 | 54 | 47 | 74 |
| Binary | 11000001 | 10101100 | 1110011 | 0 | 1011 | 101000 | 11000 | 101100 | 100111 | 111100 |
Color Harmonies of #C1AC73
Complementary color
Monochromatic Colors of #C1AC73
Black with #C1AC73
Text Example
Text Example
White with #C1AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AC73; }
p { color: rgb(193,172,115); }
H1.HeaderClassName
{
color: #C1AC73;
}
.AnyTagClassName
{
color: #C1AC73;
}
</style>
background-color css
<style>
a { background-color: #C1AC73; }
a { background-color: rgb(193,172,115); }
div.DivClassName
{
background-color: #C1AC73;
}
.BgClassName
{
background-color: #C1AC73;
}
</style>
border-color css
<style>
span { border-color: #C1AC73; }
span { border-color: rgb(193,172,115); }
td.TdClassName
{
border-color: #C1AC73;
}
.TagClassName
{
border-color: #C1AC73;
}
</style>