Shades of Cold Turkey #C9ACAB
Tints of Cold Turkey #C9ACAB
RGB
CMYK
RGB Variations
Color information
#C9ACAB (or 0xC9ACAB) is known color: Cold Turkey. HEX triplet: C9, AC and AB. RGB value is (201,172,171). Sum of RGB (Red+Green+Blue) = 201+172+171=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACAB is #365354. Grayscale: #B4B4B4. Windows color (decimal): -3560277 or 11250889. OLE color: 11250889.
HSL color Cylindrical-coordinate representation of color #C9ACAB: hue angle of 2º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ACAB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 171 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.21 |
| HSL | 2º | 0.22% | 0.73% | - |
| HSV(B) | 2º | 0.15% | 0.79% | - |
| XYZ | 46.19 | 44.86 | 44.75 | - |
| YUV | 180.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 171 | 0 | 0.14 | 0.15 | 0.21 | 2 | 0.22 | 0.73 |
| Hex | C9 | AC | AB | 0 | E | F | 15 | 2 | 16 | 49 |
| Octal | 311 | 254 | 253 | 0 | 16 | 17 | 25 | 2 | 26 | 111 |
| Binary | 11001001 | 10101100 | 10101011 | 0 | 1110 | 1111 | 10101 | 10 | 10110 | 1001001 |
Color Harmonies of #C9ACAB
Complementary color
Monochromatic Colors of #C9ACAB
Black with #C9ACAB
Text Example
Text Example
White with #C9ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACAB; }
p { color: rgb(201,172,171); }
H1.HeaderClassName
{
color: #C9ACAB;
}
.AnyTagClassName
{
color: #C9ACAB;
}
</style>
background-color css
<style>
a { background-color: #C9ACAB; }
a { background-color: rgb(201,172,171); }
div.DivClassName
{
background-color: #C9ACAB;
}
.BgClassName
{
background-color: #C9ACAB;
}
</style>
border-color css
<style>
span { border-color: #C9ACAB; }
span { border-color: rgb(201,172,171); }
td.TdClassName
{
border-color: #C9ACAB;
}
.TagClassName
{
border-color: #C9ACAB;
}
</style>