Shades of Cold Turkey #C4B0AB
Tints of Cold Turkey #C4B0AB
RGB
CMYK
RGB Variations
Color information
#C4B0AB (or 0xC4B0AB) is known color: Cold Turkey. HEX triplet: C4, B0 and AB. RGB value is (196,176,171). Sum of RGB (Red+Green+Blue) = 196+176+171=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B0AB is #3B4F54. Grayscale: #B5B5B5. Windows color (decimal): -3886933 or 11251908. OLE color: 11251908.
HSL color Cylindrical-coordinate representation of color #C4B0AB: hue angle of 12º 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 #C4B0AB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 171 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.23 |
| HSL | 12º | 0.17% | 0.72% | - |
| HSV(B) | 12º | 0.13% | 0.77% | - |
| XYZ | 45.64 | 45.73 | 44.95 | - |
| YUV | 181.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 171 | 0 | 0.10 | 0.13 | 0.23 | 12 | 0.17 | 0.72 |
| Hex | C4 | B0 | AB | 0 | A | D | 17 | C | 11 | 48 |
| Octal | 304 | 260 | 253 | 0 | 12 | 15 | 27 | 14 | 21 | 110 |
| Binary | 11000100 | 10110000 | 10101011 | 0 | 1010 | 1101 | 10111 | 1100 | 10001 | 1001000 |
Color Harmonies of #C4B0AB
Complementary color
Monochromatic Colors of #C4B0AB
Black with #C4B0AB
Text Example
Text Example
White with #C4B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0AB; }
p { color: rgb(196,176,171); }
H1.HeaderClassName
{
color: #C4B0AB;
}
.AnyTagClassName
{
color: #C4B0AB;
}
</style>
background-color css
<style>
a { background-color: #C4B0AB; }
a { background-color: rgb(196,176,171); }
div.DivClassName
{
background-color: #C4B0AB;
}
.BgClassName
{
background-color: #C4B0AB;
}
</style>
border-color css
<style>
span { border-color: #C4B0AB; }
span { border-color: rgb(196,176,171); }
td.TdClassName
{
border-color: #C4B0AB;
}
.TagClassName
{
border-color: #C4B0AB;
}
</style>