Shades of Putty #C1AB6C
Tints of Putty #C1AB6C
RGB
CMYK
RGB Variations
Color information
#C1AB6C (or 0xC1AB6C) is known color: Putty. HEX triplet: C1, AB and 6C. RGB value is (193,171,108). Sum of RGB (Red+Green+Blue) = 193+171+108=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB6C is #3E5493. Grayscale: #AAAAAA. Windows color (decimal): -4084884 or 7121857. OLE color: 7121857.
HSL color Cylindrical-coordinate representation of color #C1AB6C: hue angle of 44.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1AB6C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 108 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.24 |
| HSL | 44.47º | 0.41% | 0.59% | - |
| HSV(B) | 44.47º | 0.44% | 0.76% | - |
| XYZ | 39.26 | 41.55 | 20.14 | - |
| YUV | 170.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 108 | 0 | 0.11 | 0.44 | 0.24 | 44.47 | 0.41 | 0.59 |
| Hex | C1 | AB | 6C | 0 | B | 2C | 18 | 2C | 29 | 3B |
| Octal | 301 | 253 | 154 | 0 | 13 | 54 | 30 | 54 | 51 | 73 |
| Binary | 11000001 | 10101011 | 1101100 | 0 | 1011 | 101100 | 11000 | 101100 | 101001 | 111011 |
Color Harmonies of #C1AB6C
Complementary color
Monochromatic Colors of #C1AB6C
Black with #C1AB6C
Text Example
Text Example
White with #C1AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AB6C; }
p { color: rgb(193,171,108); }
H1.HeaderClassName
{
color: #C1AB6C;
}
.AnyTagClassName
{
color: #C1AB6C;
}
</style>
background-color css
<style>
a { background-color: #C1AB6C; }
a { background-color: rgb(193,171,108); }
div.DivClassName
{
background-color: #C1AB6C;
}
.BgClassName
{
background-color: #C1AB6C;
}
</style>
border-color css
<style>
span { border-color: #C1AB6C; }
span { border-color: rgb(193,171,108); }
td.TdClassName
{
border-color: #C1AB6C;
}
.TagClassName
{
border-color: #C1AB6C;
}
</style>