Shades of Cold Turkey #C9AEAB
Tints of Cold Turkey #C9AEAB
RGB
CMYK
RGB Variations
Color information
#C9AEAB (or 0xC9AEAB) is known color: Cold Turkey. HEX triplet: C9, AE and AB. RGB value is (201,174,171). Sum of RGB (Red+Green+Blue) = 201+174+171=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAB is #365154. Grayscale: #B5B5B5. Windows color (decimal): -3559765 or 11251401. OLE color: 11251401.
HSL color Cylindrical-coordinate representation of color #C9AEAB: hue angle of 6º 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 #C9AEAB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 171 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.21 |
| HSL | 6º | 0.22% | 0.73% | - |
| HSV(B) | 6º | 0.15% | 0.79% | - |
| XYZ | 46.57 | 45.63 | 44.88 | - |
| YUV | 181.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 171 | 0 | 0.13 | 0.15 | 0.21 | 6 | 0.22 | 0.73 |
| Hex | C9 | AE | AB | 0 | D | F | 15 | 6 | 16 | 49 |
| Octal | 311 | 256 | 253 | 0 | 15 | 17 | 25 | 6 | 26 | 111 |
| Binary | 11001001 | 10101110 | 10101011 | 0 | 1101 | 1111 | 10101 | 110 | 10110 | 1001001 |
Color Harmonies of #C9AEAB
Complementary color
Monochromatic Colors of #C9AEAB
Black with #C9AEAB
Text Example
Text Example
White with #C9AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEAB; }
p { color: rgb(201,174,171); }
H1.HeaderClassName
{
color: #C9AEAB;
}
.AnyTagClassName
{
color: #C9AEAB;
}
</style>
background-color css
<style>
a { background-color: #C9AEAB; }
a { background-color: rgb(201,174,171); }
div.DivClassName
{
background-color: #C9AEAB;
}
.BgClassName
{
background-color: #C9AEAB;
}
</style>
border-color css
<style>
span { border-color: #C9AEAB; }
span { border-color: rgb(201,174,171); }
td.TdClassName
{
border-color: #C9AEAB;
}
.TagClassName
{
border-color: #C9AEAB;
}
</style>