Shades of Cold Turkey #C9AEAA
Tints of Cold Turkey #C9AEAA
RGB
CMYK
RGB Variations
Color information
#C9AEAA (or 0xC9AEAA) is known color: Cold Turkey. HEX triplet: C9, AE and AA. RGB value is (201,174,170). Sum of RGB (Red+Green+Blue) = 201+174+170=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEAA is #365155. Grayscale: #B5B5B5. Windows color (decimal): -3559766 or 11185865. OLE color: 11185865.
HSL color Cylindrical-coordinate representation of color #C9AEAA: hue angle of 7.74º 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 #C9AEAA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 170 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.21 |
| HSL | 7.74º | 0.22% | 0.73% | - |
| HSV(B) | 7.74º | 0.15% | 0.79% | - |
| XYZ | 46.48 | 45.59 | 44.38 | - |
| YUV | 181.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 170 | 0 | 0.13 | 0.15 | 0.21 | 7.74 | 0.22 | 0.73 |
| Hex | C9 | AE | AA | 0 | D | F | 15 | 8 | 16 | 49 |
| Octal | 311 | 256 | 252 | 0 | 15 | 17 | 25 | 10 | 26 | 111 |
| Binary | 11001001 | 10101110 | 10101010 | 0 | 1101 | 1111 | 10101 | 1000 | 10110 | 1001001 |
Color Harmonies of #C9AEAA
Complementary color
Monochromatic Colors of #C9AEAA
Black with #C9AEAA
Text Example
Text Example
White with #C9AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEAA; }
p { color: rgb(201,174,170); }
H1.HeaderClassName
{
color: #C9AEAA;
}
.AnyTagClassName
{
color: #C9AEAA;
}
</style>
background-color css
<style>
a { background-color: #C9AEAA; }
a { background-color: rgb(201,174,170); }
div.DivClassName
{
background-color: #C9AEAA;
}
.BgClassName
{
background-color: #C9AEAA;
}
</style>
border-color css
<style>
span { border-color: #C9AEAA; }
span { border-color: rgb(201,174,170); }
td.TdClassName
{
border-color: #C9AEAA;
}
.TagClassName
{
border-color: #C9AEAA;
}
</style>