Shades of Putty #C1A873
Tints of Putty #C1A873
RGB
CMYK
RGB Variations
Color information
#C1A873 (or 0xC1A873) is known color: Putty. HEX triplet: C1, A8 and 73. RGB value is (193,168,115). Sum of RGB (Red+Green+Blue) = 193+168+115=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A873 is #3E578C. Grayscale: #A9A9A9. Windows color (decimal): -4085645 or 7579841. OLE color: 7579841.
HSL color Cylindrical-coordinate representation of color #C1A873: hue angle of 40.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1A873 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 115 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.24 |
| HSL | 40.77º | 0.39% | 0.6% | - |
| HSV(B) | 40.77º | 0.4% | 0.76% | - |
| XYZ | 39.09 | 40.58 | 21.99 | - |
| YUV | 169.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 115 | 0 | 0.13 | 0.40 | 0.24 | 40.77 | 0.39 | 0.6 |
| Hex | C1 | A8 | 73 | 0 | D | 28 | 18 | 29 | 27 | 3C |
| Octal | 301 | 250 | 163 | 0 | 15 | 50 | 30 | 51 | 47 | 74 |
| Binary | 11000001 | 10101000 | 1110011 | 0 | 1101 | 101000 | 11000 | 101001 | 100111 | 111100 |
Color Harmonies of #C1A873
Complementary color
Monochromatic Colors of #C1A873
Black with #C1A873
Text Example
Text Example
White with #C1A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A873; }
p { color: rgb(193,168,115); }
H1.HeaderClassName
{
color: #C1A873;
}
.AnyTagClassName
{
color: #C1A873;
}
</style>
background-color css
<style>
a { background-color: #C1A873; }
a { background-color: rgb(193,168,115); }
div.DivClassName
{
background-color: #C1A873;
}
.BgClassName
{
background-color: #C1A873;
}
</style>
border-color css
<style>
span { border-color: #C1A873; }
span { border-color: rgb(193,168,115); }
td.TdClassName
{
border-color: #C1A873;
}
.TagClassName
{
border-color: #C1A873;
}
</style>