Shades of Putty #C2A777
Tints of Putty #C2A777
RGB
CMYK
RGB Variations
Color information
#C2A777 (or 0xC2A777) is known color: Putty. HEX triplet: C2, A7 and 77. RGB value is (194,167,119). Sum of RGB (Red+Green+Blue) = 194+167+119=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A777 is #3D5888. Grayscale: #A9A9A9. Windows color (decimal): -4020361 or 7841730. OLE color: 7841730.
HSL color Cylindrical-coordinate representation of color #C2A777: hue angle of 38.4º 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 #C2A777 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 119 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.24 |
| HSL | 38.4º | 0.38% | 0.61% | - |
| HSV(B) | 38.4º | 0.39% | 0.76% | - |
| XYZ | 39.4 | 40.44 | 23.18 | - |
| YUV | 169.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 119 | 0 | 0.14 | 0.39 | 0.24 | 38.4 | 0.38 | 0.61 |
| Hex | C2 | A7 | 77 | 0 | E | 27 | 18 | 26 | 26 | 3D |
| Octal | 302 | 247 | 167 | 0 | 16 | 47 | 30 | 46 | 46 | 75 |
| Binary | 11000010 | 10100111 | 1110111 | 0 | 1110 | 100111 | 11000 | 100110 | 100110 | 111101 |
Color Harmonies of #C2A777
Complementary color
Monochromatic Colors of #C2A777
Black with #C2A777
Text Example
Text Example
White with #C2A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A777; }
p { color: rgb(194,167,119); }
H1.HeaderClassName
{
color: #C2A777;
}
.AnyTagClassName
{
color: #C2A777;
}
</style>
background-color css
<style>
a { background-color: #C2A777; }
a { background-color: rgb(194,167,119); }
div.DivClassName
{
background-color: #C2A777;
}
.BgClassName
{
background-color: #C2A777;
}
</style>
border-color css
<style>
span { border-color: #C2A777; }
span { border-color: rgb(194,167,119); }
td.TdClassName
{
border-color: #C2A777;
}
.TagClassName
{
border-color: #C2A777;
}
</style>