Shades of Putty #C3AC70
Tints of Putty #C3AC70
RGB
CMYK
RGB Variations
Color information
#C3AC70 (or 0xC3AC70) is known color: Putty. HEX triplet: C3, AC and 70. RGB value is (195,172,112). Sum of RGB (Red+Green+Blue) = 195+172+112=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC70 is #3C538F. Grayscale: #ACACAC. Windows color (decimal): -3953552 or 7384259. OLE color: 7384259.
HSL color Cylindrical-coordinate representation of color #C3AC70: hue angle of 43.37º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3AC70 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 112 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.24 |
| HSL | 43.37º | 0.41% | 0.6% | - |
| HSV(B) | 43.37º | 0.43% | 0.76% | - |
| XYZ | 40.18 | 42.28 | 21.37 | - |
| YUV | 172.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 112 | 0 | 0.12 | 0.43 | 0.24 | 43.37 | 0.41 | 0.6 |
| Hex | C3 | AC | 70 | 0 | C | 2B | 18 | 2B | 29 | 3C |
| Octal | 303 | 254 | 160 | 0 | 14 | 53 | 30 | 53 | 51 | 74 |
| Binary | 11000011 | 10101100 | 1110000 | 0 | 1100 | 101011 | 11000 | 101011 | 101001 | 111100 |
Color Harmonies of #C3AC70
Complementary color
Monochromatic Colors of #C3AC70
Black with #C3AC70
Text Example
Text Example
White with #C3AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC70; }
p { color: rgb(195,172,112); }
H1.HeaderClassName
{
color: #C3AC70;
}
.AnyTagClassName
{
color: #C3AC70;
}
</style>
background-color css
<style>
a { background-color: #C3AC70; }
a { background-color: rgb(195,172,112); }
div.DivClassName
{
background-color: #C3AC70;
}
.BgClassName
{
background-color: #C3AC70;
}
</style>
border-color css
<style>
span { border-color: #C3AC70; }
span { border-color: rgb(195,172,112); }
td.TdClassName
{
border-color: #C3AC70;
}
.TagClassName
{
border-color: #C3AC70;
}
</style>