Shades of Putty #C1AB73
Tints of Putty #C1AB73
RGB
CMYK
RGB Variations
Color information
#C1AB73 (or 0xC1AB73) is known color: Putty. HEX triplet: C1, AB and 73. RGB value is (193,171,115). Sum of RGB (Red+Green+Blue) = 193+171+115=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB73 is #3E548C. Grayscale: #ABABAB. Windows color (decimal): -4084877 or 7580609. OLE color: 7580609.
HSL color Cylindrical-coordinate representation of color #C1AB73: hue angle of 43.08º 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 #C1AB73 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 115 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.24 |
| HSL | 43.08º | 0.39% | 0.6% | - |
| HSV(B) | 43.08º | 0.4% | 0.76% | - |
| XYZ | 39.65 | 41.7 | 22.18 | - |
| YUV | 171.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 115 | 0 | 0.11 | 0.40 | 0.24 | 43.08 | 0.39 | 0.6 |
| Hex | C1 | AB | 73 | 0 | B | 28 | 18 | 2B | 27 | 3C |
| Octal | 301 | 253 | 163 | 0 | 13 | 50 | 30 | 53 | 47 | 74 |
| Binary | 11000001 | 10101011 | 1110011 | 0 | 1011 | 101000 | 11000 | 101011 | 100111 | 111100 |
Color Harmonies of #C1AB73
Complementary color
Monochromatic Colors of #C1AB73
Black with #C1AB73
Text Example
Text Example
White with #C1AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB73; }
p { color: rgb(193,171,115); }
H1.HeaderClassName
{
color: #C1AB73;
}
.AnyTagClassName
{
color: #C1AB73;
}
</style>
background-color css
<style>
a { background-color: #C1AB73; }
a { background-color: rgb(193,171,115); }
div.DivClassName
{
background-color: #C1AB73;
}
.BgClassName
{
background-color: #C1AB73;
}
</style>
border-color css
<style>
span { border-color: #C1AB73; }
span { border-color: rgb(193,171,115); }
td.TdClassName
{
border-color: #C1AB73;
}
.TagClassName
{
border-color: #C1AB73;
}
</style>