Shades of Putty #C1A775
Tints of Putty #C1A775
RGB
CMYK
RGB Variations
Color information
#C1A775 (or 0xC1A775) is known color: Putty. HEX triplet: C1, A7 and 75. RGB value is (193,167,117). Sum of RGB (Red+Green+Blue) = 193+167+117=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A775 is #3E588A. Grayscale: #A9A9A9. Windows color (decimal): -4085899 or 7710657. OLE color: 7710657.
HSL color Cylindrical-coordinate representation of color #C1A775: hue angle of 39.47º 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 #C1A775 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 117 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.24 |
| HSL | 39.47º | 0.38% | 0.61% | - |
| HSV(B) | 39.47º | 0.39% | 0.76% | - |
| XYZ | 39.02 | 40.26 | 22.54 | - |
| YUV | 169.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 117 | 0 | 0.13 | 0.39 | 0.24 | 39.47 | 0.38 | 0.61 |
| Hex | C1 | A7 | 75 | 0 | D | 27 | 18 | 27 | 26 | 3D |
| Octal | 301 | 247 | 165 | 0 | 15 | 47 | 30 | 47 | 46 | 75 |
| Binary | 11000001 | 10100111 | 1110101 | 0 | 1101 | 100111 | 11000 | 100111 | 100110 | 111101 |
Color Harmonies of #C1A775
Complementary color
Monochromatic Colors of #C1A775
Black with #C1A775
Text Example
Text Example
White with #C1A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A775; }
p { color: rgb(193,167,117); }
H1.HeaderClassName
{
color: #C1A775;
}
.AnyTagClassName
{
color: #C1A775;
}
</style>
background-color css
<style>
a { background-color: #C1A775; }
a { background-color: rgb(193,167,117); }
div.DivClassName
{
background-color: #C1A775;
}
.BgClassName
{
background-color: #C1A775;
}
</style>
border-color css
<style>
span { border-color: #C1A775; }
span { border-color: rgb(193,167,117); }
td.TdClassName
{
border-color: #C1A775;
}
.TagClassName
{
border-color: #C1A775;
}
</style>