Shades of Putty #C1A577
Tints of Putty #C1A577
RGB
CMYK
RGB Variations
Color information
#C1A577 (or 0xC1A577) is known color: Putty. HEX triplet: C1, A5 and 77. RGB value is (193,165,119). Sum of RGB (Red+Green+Blue) = 193+165+119=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A577 is #3E5A88. Grayscale: #A8A8A8. Windows color (decimal): -4086409 or 7841217. OLE color: 7841217.
HSL color Cylindrical-coordinate representation of color #C1A577: hue angle of 37.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1A577 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 165 | 119 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.24 |
| HSL | 37.3º | 0.37% | 0.61% | - |
| HSV(B) | 37.3º | 0.38% | 0.76% | - |
| XYZ | 38.78 | 39.58 | 23.05 | - |
| YUV | 168.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 119 | 0 | 0.15 | 0.38 | 0.24 | 37.3 | 0.37 | 0.61 |
| Hex | C1 | A5 | 77 | 0 | F | 26 | 18 | 25 | 25 | 3D |
| Octal | 301 | 245 | 167 | 0 | 17 | 46 | 30 | 45 | 45 | 75 |
| Binary | 11000001 | 10100101 | 1110111 | 0 | 1111 | 100110 | 11000 | 100101 | 100101 | 111101 |
Color Harmonies of #C1A577
Complementary color
Monochromatic Colors of #C1A577
Black with #C1A577
Text Example
Text Example
White with #C1A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A577; }
p { color: rgb(193,165,119); }
H1.HeaderClassName
{
color: #C1A577;
}
.AnyTagClassName
{
color: #C1A577;
}
</style>
background-color css
<style>
a { background-color: #C1A577; }
a { background-color: rgb(193,165,119); }
div.DivClassName
{
background-color: #C1A577;
}
.BgClassName
{
background-color: #C1A577;
}
</style>
border-color css
<style>
span { border-color: #C1A577; }
span { border-color: rgb(193,165,119); }
td.TdClassName
{
border-color: #C1A577;
}
.TagClassName
{
border-color: #C1A577;
}
</style>