Shades of Putty #C2AB6C
Tints of Putty #C2AB6C
RGB
CMYK
RGB Variations
Color information
#C2AB6C (or 0xC2AB6C) is known color: Putty. HEX triplet: C2, AB and 6C. RGB value is (194,171,108). Sum of RGB (Red+Green+Blue) = 194+171+108=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB6C is #3D5493. Grayscale: #AAAAAA. Windows color (decimal): -4019348 or 7121858. OLE color: 7121858.
HSL color Cylindrical-coordinate representation of color #C2AB6C: hue angle of 43.95º 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 #C2AB6C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 108 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.24 |
| HSL | 43.95º | 0.41% | 0.59% | - |
| HSV(B) | 43.95º | 0.44% | 0.76% | - |
| XYZ | 39.52 | 41.68 | 20.15 | - |
| YUV | 170.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 108 | 0 | 0.12 | 0.44 | 0.24 | 43.95 | 0.41 | 0.59 |
| Hex | C2 | AB | 6C | 0 | C | 2C | 18 | 2C | 29 | 3B |
| Octal | 302 | 253 | 154 | 0 | 14 | 54 | 30 | 54 | 51 | 73 |
| Binary | 11000010 | 10101011 | 1101100 | 0 | 1100 | 101100 | 11000 | 101100 | 101001 | 111011 |
Color Harmonies of #C2AB6C
Complementary color
Monochromatic Colors of #C2AB6C
Black with #C2AB6C
Text Example
Text Example
White with #C2AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB6C; }
p { color: rgb(194,171,108); }
H1.HeaderClassName
{
color: #C2AB6C;
}
.AnyTagClassName
{
color: #C2AB6C;
}
</style>
background-color css
<style>
a { background-color: #C2AB6C; }
a { background-color: rgb(194,171,108); }
div.DivClassName
{
background-color: #C2AB6C;
}
.BgClassName
{
background-color: #C2AB6C;
}
</style>
border-color css
<style>
span { border-color: #C2AB6C; }
span { border-color: rgb(194,171,108); }
td.TdClassName
{
border-color: #C2AB6C;
}
.TagClassName
{
border-color: #C2AB6C;
}
</style>