Shades of Putty #C3AC73
Tints of Putty #C3AC73
RGB
CMYK
RGB Variations
Color information
#C3AC73 (or 0xC3AC73) is known color: Putty. HEX triplet: C3, AC and 73. RGB value is (195,172,115). Sum of RGB (Red+Green+Blue) = 195+172+115=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC73 is #3C538C. Grayscale: #ACACAC. Windows color (decimal): -3953549 or 7580867. OLE color: 7580867.
HSL color Cylindrical-coordinate representation of color #C3AC73: hue angle of 42.75º degrees, saturation: 0.4, 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 #C3AC73 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 115 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.24 |
| HSL | 42.75º | 0.4% | 0.61% | - |
| HSV(B) | 42.75º | 0.41% | 0.76% | - |
| XYZ | 40.35 | 42.34 | 22.27 | - |
| YUV | 172.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 115 | 0 | 0.12 | 0.41 | 0.24 | 42.75 | 0.4 | 0.61 |
| Hex | C3 | AC | 73 | 0 | C | 29 | 18 | 2B | 28 | 3D |
| Octal | 303 | 254 | 163 | 0 | 14 | 51 | 30 | 53 | 50 | 75 |
| Binary | 11000011 | 10101100 | 1110011 | 0 | 1100 | 101001 | 11000 | 101011 | 101000 | 111101 |
Color Harmonies of #C3AC73
Complementary color
Monochromatic Colors of #C3AC73
Black with #C3AC73
Text Example
Text Example
White with #C3AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC73; }
p { color: rgb(195,172,115); }
H1.HeaderClassName
{
color: #C3AC73;
}
.AnyTagClassName
{
color: #C3AC73;
}
</style>
background-color css
<style>
a { background-color: #C3AC73; }
a { background-color: rgb(195,172,115); }
div.DivClassName
{
background-color: #C3AC73;
}
.BgClassName
{
background-color: #C3AC73;
}
</style>
border-color css
<style>
span { border-color: #C3AC73; }
span { border-color: rgb(195,172,115); }
td.TdClassName
{
border-color: #C3AC73;
}
.TagClassName
{
border-color: #C3AC73;
}
</style>