Shades of Putty #C2A570
Tints of Putty #C2A570
RGB
CMYK
RGB Variations
Color information
#C2A570 (or 0xC2A570) is known color: Putty. HEX triplet: C2, A5 and 70. RGB value is (194,165,112). Sum of RGB (Red+Green+Blue) = 194+165+112=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A570 is #3D5A8F. Grayscale: #A7A7A7. Windows color (decimal): -4020880 or 7382466. OLE color: 7382466.
HSL color Cylindrical-coordinate representation of color #C2A570: hue angle of 38.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2A570 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 112 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.24 |
| HSL | 38.78º | 0.4% | 0.6% | - |
| HSV(B) | 38.78º | 0.42% | 0.76% | - |
| XYZ | 38.63 | 39.55 | 20.93 | - |
| YUV | 167.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 112 | 0 | 0.15 | 0.42 | 0.24 | 38.78 | 0.4 | 0.6 |
| Hex | C2 | A5 | 70 | 0 | F | 2A | 18 | 27 | 28 | 3C |
| Octal | 302 | 245 | 160 | 0 | 17 | 52 | 30 | 47 | 50 | 74 |
| Binary | 11000010 | 10100101 | 1110000 | 0 | 1111 | 101010 | 11000 | 100111 | 101000 | 111100 |
Color Harmonies of #C2A570
Complementary color
Monochromatic Colors of #C2A570
Black with #C2A570
Text Example
Text Example
White with #C2A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A570; }
p { color: rgb(194,165,112); }
H1.HeaderClassName
{
color: #C2A570;
}
.AnyTagClassName
{
color: #C2A570;
}
</style>
background-color css
<style>
a { background-color: #C2A570; }
a { background-color: rgb(194,165,112); }
div.DivClassName
{
background-color: #C2A570;
}
.BgClassName
{
background-color: #C2A570;
}
</style>
border-color css
<style>
span { border-color: #C2A570; }
span { border-color: rgb(194,165,112); }
td.TdClassName
{
border-color: #C2A570;
}
.TagClassName
{
border-color: #C2A570;
}
</style>