Shades of Putty #C0A677
Tints of Putty #C0A677
RGB
CMYK
RGB Variations
Color information
#C0A677 (or 0xC0A677) is known color: Putty. HEX triplet: C0, A6 and 77. RGB value is (192,166,119). Sum of RGB (Red+Green+Blue) = 192+166+119=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A677 is #3F5988. Grayscale: #A8A8A8. Windows color (decimal): -4151689 or 7841472. OLE color: 7841472.
HSL color Cylindrical-coordinate representation of color #C0A677: hue angle of 38.63º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A677 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 119 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.25 |
| HSL | 38.63º | 0.37% | 0.61% | - |
| HSV(B) | 38.63º | 0.38% | 0.75% | - |
| XYZ | 38.7 | 39.81 | 23.1 | - |
| YUV | 168.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 119 | 0 | 0.14 | 0.38 | 0.25 | 38.63 | 0.37 | 0.61 |
| Hex | C0 | A6 | 77 | 0 | E | 26 | 19 | 27 | 25 | 3D |
| Octal | 300 | 246 | 167 | 0 | 16 | 46 | 31 | 47 | 45 | 75 |
| Binary | 11000000 | 10100110 | 1110111 | 0 | 1110 | 100110 | 11001 | 100111 | 100101 | 111101 |
Color Harmonies of #C0A677
Complementary color
Monochromatic Colors of #C0A677
Black with #C0A677
Text Example
Text Example
White with #C0A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A677; }
p { color: rgb(192,166,119); }
H1.HeaderClassName
{
color: #C0A677;
}
.AnyTagClassName
{
color: #C0A677;
}
</style>
background-color css
<style>
a { background-color: #C0A677; }
a { background-color: rgb(192,166,119); }
div.DivClassName
{
background-color: #C0A677;
}
.BgClassName
{
background-color: #C0A677;
}
</style>
border-color css
<style>
span { border-color: #C0A677; }
span { border-color: rgb(192,166,119); }
td.TdClassName
{
border-color: #C0A677;
}
.TagClassName
{
border-color: #C0A677;
}
</style>