Shades of Cold Turkey #C2B0AB
Tints of Cold Turkey #C2B0AB
RGB
CMYK
RGB Variations
Color information
#C2B0AB (or 0xC2B0AB) is known color: Cold Turkey. HEX triplet: C2, B0 and AB. RGB value is (194,176,171). Sum of RGB (Red+Green+Blue) = 194+176+171=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0AB is #3D4F54. Grayscale: #B4B4B4. Windows color (decimal): -4018005 or 11251906. OLE color: 11251906.
HSL color Cylindrical-coordinate representation of color #C2B0AB: hue angle of 13.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B0AB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 171 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.24 |
| HSL | 13.04º | 0.16% | 0.72% | - |
| HSV(B) | 13.04º | 0.12% | 0.76% | - |
| XYZ | 45.12 | 45.46 | 44.92 | - |
| YUV | 180.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 171 | 0 | 0.09 | 0.12 | 0.24 | 13.04 | 0.16 | 0.72 |
| Hex | C2 | B0 | AB | 0 | 9 | C | 18 | D | 10 | 48 |
| Octal | 302 | 260 | 253 | 0 | 11 | 14 | 30 | 15 | 20 | 110 |
| Binary | 11000010 | 10110000 | 10101011 | 0 | 1001 | 1100 | 11000 | 1101 | 10000 | 1001000 |
Color Harmonies of #C2B0AB
Complementary color
Monochromatic Colors of #C2B0AB
Black with #C2B0AB
Text Example
Text Example
White with #C2B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0AB; }
p { color: rgb(194,176,171); }
H1.HeaderClassName
{
color: #C2B0AB;
}
.AnyTagClassName
{
color: #C2B0AB;
}
</style>
background-color css
<style>
a { background-color: #C2B0AB; }
a { background-color: rgb(194,176,171); }
div.DivClassName
{
background-color: #C2B0AB;
}
.BgClassName
{
background-color: #C2B0AB;
}
</style>
border-color css
<style>
span { border-color: #C2B0AB; }
span { border-color: rgb(194,176,171); }
td.TdClassName
{
border-color: #C2B0AB;
}
.TagClassName
{
border-color: #C2B0AB;
}
</style>