Shades of Cold Turkey #C9ADA9
Tints of Cold Turkey #C9ADA9
RGB
CMYK
RGB Variations
Color information
#C9ADA9 (or 0xC9ADA9) is known color: Cold Turkey. HEX triplet: C9, AD and A9. RGB value is (201,173,169). Sum of RGB (Red+Green+Blue) = 201+173+169=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADA9 is #365256. Grayscale: #B4B4B4. Windows color (decimal): -3560023 or 11120073. OLE color: 11120073.
HSL color Cylindrical-coordinate representation of color #C9ADA9: hue angle of 7.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9ADA9 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 169 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.21 |
| HSL | 7.5º | 0.23% | 0.73% | - |
| HSV(B) | 7.5º | 0.16% | 0.79% | - |
| XYZ | 46.19 | 45.17 | 43.82 | - |
| YUV | 180.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 169 | 0 | 0.14 | 0.16 | 0.21 | 7.5 | 0.23 | 0.73 |
| Hex | C9 | AD | A9 | 0 | E | 10 | 15 | 8 | 17 | 49 |
| Octal | 311 | 255 | 251 | 0 | 16 | 20 | 25 | 10 | 27 | 111 |
| Binary | 11001001 | 10101101 | 10101001 | 0 | 1110 | 10000 | 10101 | 1000 | 10111 | 1001001 |
Color Harmonies of #C9ADA9
Complementary color
Monochromatic Colors of #C9ADA9
Black with #C9ADA9
Text Example
Text Example
White with #C9ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADA9; }
p { color: rgb(201,173,169); }
H1.HeaderClassName
{
color: #C9ADA9;
}
.AnyTagClassName
{
color: #C9ADA9;
}
</style>
background-color css
<style>
a { background-color: #C9ADA9; }
a { background-color: rgb(201,173,169); }
div.DivClassName
{
background-color: #C9ADA9;
}
.BgClassName
{
background-color: #C9ADA9;
}
</style>
border-color css
<style>
span { border-color: #C9ADA9; }
span { border-color: rgb(201,173,169); }
td.TdClassName
{
border-color: #C9ADA9;
}
.TagClassName
{
border-color: #C9ADA9;
}
</style>