Shades of Putty #C2A577
Tints of Putty #C2A577
RGB
CMYK
RGB Variations
Color information
#C2A577 (or 0xC2A577) is known color: Putty. HEX triplet: C2, A5 and 77. RGB value is (194,165,119). Sum of RGB (Red+Green+Blue) = 194+165+119=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A577 is #3D5A88. Grayscale: #A8A8A8. Windows color (decimal): -4020873 or 7841218. OLE color: 7841218.
HSL color Cylindrical-coordinate representation of color #C2A577: hue angle of 36.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2A577 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 119 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.24 |
| HSL | 36.8º | 0.38% | 0.61% | - |
| HSV(B) | 36.8º | 0.39% | 0.76% | - |
| XYZ | 39.03 | 39.71 | 23.06 | - |
| YUV | 168.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 119 | 0 | 0.15 | 0.39 | 0.24 | 36.8 | 0.38 | 0.61 |
| Hex | C2 | A5 | 77 | 0 | F | 27 | 18 | 25 | 26 | 3D |
| Octal | 302 | 245 | 167 | 0 | 17 | 47 | 30 | 45 | 46 | 75 |
| Binary | 11000010 | 10100101 | 1110111 | 0 | 1111 | 100111 | 11000 | 100101 | 100110 | 111101 |
Color Harmonies of #C2A577
Complementary color
Monochromatic Colors of #C2A577
Black with #C2A577
Text Example
Text Example
White with #C2A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A577; }
p { color: rgb(194,165,119); }
H1.HeaderClassName
{
color: #C2A577;
}
.AnyTagClassName
{
color: #C2A577;
}
</style>
background-color css
<style>
a { background-color: #C2A577; }
a { background-color: rgb(194,165,119); }
div.DivClassName
{
background-color: #C2A577;
}
.BgClassName
{
background-color: #C2A577;
}
</style>
border-color css
<style>
span { border-color: #C2A577; }
span { border-color: rgb(194,165,119); }
td.TdClassName
{
border-color: #C2A577;
}
.TagClassName
{
border-color: #C2A577;
}
</style>