Shades of Putty #C2AB6F
Tints of Putty #C2AB6F
RGB
CMYK
RGB Variations
Color information
#C2AB6F (or 0xC2AB6F) is known color: Putty. HEX triplet: C2, AB and 6F. RGB value is (194,171,111). Sum of RGB (Red+Green+Blue) = 194+171+111=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB6F is #3D5490. Grayscale: #ABABAB. Windows color (decimal): -4019345 or 7318466. OLE color: 7318466.
HSL color Cylindrical-coordinate representation of color #C2AB6F: hue angle of 43.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2AB6F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 111 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.24 |
| HSL | 43.37º | 0.4% | 0.6% | - |
| HSV(B) | 43.37º | 0.43% | 0.76% | - |
| XYZ | 39.68 | 41.74 | 21 | - |
| YUV | 171.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 111 | 0 | 0.12 | 0.43 | 0.24 | 43.37 | 0.4 | 0.6 |
| Hex | C2 | AB | 6F | 0 | C | 2B | 18 | 2B | 28 | 3C |
| Octal | 302 | 253 | 157 | 0 | 14 | 53 | 30 | 53 | 50 | 74 |
| Binary | 11000010 | 10101011 | 1101111 | 0 | 1100 | 101011 | 11000 | 101011 | 101000 | 111100 |
Color Harmonies of #C2AB6F
Complementary color
Monochromatic Colors of #C2AB6F
Black with #C2AB6F
Text Example
Text Example
White with #C2AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB6F; }
p { color: rgb(194,171,111); }
H1.HeaderClassName
{
color: #C2AB6F;
}
.AnyTagClassName
{
color: #C2AB6F;
}
</style>
background-color css
<style>
a { background-color: #C2AB6F; }
a { background-color: rgb(194,171,111); }
div.DivClassName
{
background-color: #C2AB6F;
}
.BgClassName
{
background-color: #C2AB6F;
}
</style>
border-color css
<style>
span { border-color: #C2AB6F; }
span { border-color: rgb(194,171,111); }
td.TdClassName
{
border-color: #C2AB6F;
}
.TagClassName
{
border-color: #C2AB6F;
}
</style>