Shades of Putty #C1A76C
Tints of Putty #C1A76C
RGB
CMYK
RGB Variations
Color information
#C1A76C (or 0xC1A76C) is known color: Putty. HEX triplet: C1, A7 and 6C. RGB value is (193,167,108). Sum of RGB (Red+Green+Blue) = 193+167+108=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A76C is #3E5893. Grayscale: #A8A8A8. Windows color (decimal): -4085908 or 7120833. OLE color: 7120833.
HSL color Cylindrical-coordinate representation of color #C1A76C: hue angle of 41.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1A76C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 108 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.24 |
| HSL | 41.65º | 0.41% | 0.59% | - |
| HSV(B) | 41.65º | 0.44% | 0.76% | - |
| XYZ | 38.52 | 40.06 | 19.89 | - |
| YUV | 168.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 108 | 0 | 0.13 | 0.44 | 0.24 | 41.65 | 0.41 | 0.59 |
| Hex | C1 | A7 | 6C | 0 | D | 2C | 18 | 2A | 29 | 3B |
| Octal | 301 | 247 | 154 | 0 | 15 | 54 | 30 | 52 | 51 | 73 |
| Binary | 11000001 | 10100111 | 1101100 | 0 | 1101 | 101100 | 11000 | 101010 | 101001 | 111011 |
Color Harmonies of #C1A76C
Complementary color
Monochromatic Colors of #C1A76C
Black with #C1A76C
Text Example
Text Example
White with #C1A76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A76C; }
p { color: rgb(193,167,108); }
H1.HeaderClassName
{
color: #C1A76C;
}
.AnyTagClassName
{
color: #C1A76C;
}
</style>
background-color css
<style>
a { background-color: #C1A76C; }
a { background-color: rgb(193,167,108); }
div.DivClassName
{
background-color: #C1A76C;
}
.BgClassName
{
background-color: #C1A76C;
}
</style>
border-color css
<style>
span { border-color: #C1A76C; }
span { border-color: rgb(193,167,108); }
td.TdClassName
{
border-color: #C1A76C;
}
.TagClassName
{
border-color: #C1A76C;
}
</style>