Shades of Cold Turkey #C4B1AB
Tints of Cold Turkey #C4B1AB
RGB
CMYK
RGB Variations
Color information
#C4B1AB (or 0xC4B1AB) is known color: Cold Turkey. HEX triplet: C4, B1 and AB. RGB value is (196,177,171). Sum of RGB (Red+Green+Blue) = 196+177+171=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1AB is #3B4E54. Grayscale: #B6B6B6. Windows color (decimal): -3886677 or 11252164. OLE color: 11252164.
HSL color Cylindrical-coordinate representation of color #C4B1AB: hue angle of 14.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B1AB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 171 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.23 |
| HSL | 14.4º | 0.17% | 0.72% | - |
| HSV(B) | 14.4º | 0.13% | 0.77% | - |
| XYZ | 45.84 | 46.12 | 45.01 | - |
| YUV | 182 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 171 | 0 | 0.10 | 0.13 | 0.23 | 14.4 | 0.17 | 0.72 |
| Hex | C4 | B1 | AB | 0 | A | D | 17 | E | 11 | 48 |
| Octal | 304 | 261 | 253 | 0 | 12 | 15 | 27 | 16 | 21 | 110 |
| Binary | 11000100 | 10110001 | 10101011 | 0 | 1010 | 1101 | 10111 | 1110 | 10001 | 1001000 |
Color Harmonies of #C4B1AB
Complementary color
Monochromatic Colors of #C4B1AB
Black with #C4B1AB
Text Example
Text Example
White with #C4B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B1AB; }
p { color: rgb(196,177,171); }
H1.HeaderClassName
{
color: #C4B1AB;
}
.AnyTagClassName
{
color: #C4B1AB;
}
</style>
background-color css
<style>
a { background-color: #C4B1AB; }
a { background-color: rgb(196,177,171); }
div.DivClassName
{
background-color: #C4B1AB;
}
.BgClassName
{
background-color: #C4B1AB;
}
</style>
border-color css
<style>
span { border-color: #C4B1AB; }
span { border-color: rgb(196,177,171); }
td.TdClassName
{
border-color: #C4B1AB;
}
.TagClassName
{
border-color: #C4B1AB;
}
</style>