Shades of Putty #C1A76E
Tints of Putty #C1A76E
RGB
CMYK
RGB Variations
Color information
#C1A76E (or 0xC1A76E) is known color: Putty. HEX triplet: C1, A7 and 6E. RGB value is (193,167,110). Sum of RGB (Red+Green+Blue) = 193+167+110=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A76E is #3E5891. Grayscale: #A8A8A8. Windows color (decimal): -4085906 or 7251905. OLE color: 7251905.
HSL color Cylindrical-coordinate representation of color #C1A76E: hue angle of 41.2º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1A76E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 110 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.24 |
| HSL | 41.2º | 0.4% | 0.59% | - |
| HSV(B) | 41.2º | 0.43% | 0.76% | - |
| XYZ | 38.63 | 40.1 | 20.46 | - |
| YUV | 168.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 110 | 0 | 0.13 | 0.43 | 0.24 | 41.2 | 0.4 | 0.59 |
| Hex | C1 | A7 | 6E | 0 | D | 2B | 18 | 29 | 28 | 3B |
| Octal | 301 | 247 | 156 | 0 | 15 | 53 | 30 | 51 | 50 | 73 |
| Binary | 11000001 | 10100111 | 1101110 | 0 | 1101 | 101011 | 11000 | 101001 | 101000 | 111011 |
Color Harmonies of #C1A76E
Complementary color
Monochromatic Colors of #C1A76E
Black with #C1A76E
Text Example
Text Example
White with #C1A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A76E; }
p { color: rgb(193,167,110); }
H1.HeaderClassName
{
color: #C1A76E;
}
.AnyTagClassName
{
color: #C1A76E;
}
</style>
background-color css
<style>
a { background-color: #C1A76E; }
a { background-color: rgb(193,167,110); }
div.DivClassName
{
background-color: #C1A76E;
}
.BgClassName
{
background-color: #C1A76E;
}
</style>
border-color css
<style>
span { border-color: #C1A76E; }
span { border-color: rgb(193,167,110); }
td.TdClassName
{
border-color: #C1A76E;
}
.TagClassName
{
border-color: #C1A76E;
}
</style>