Shades of Cold Turkey #C9ADAC
Tints of Cold Turkey #C9ADAC
RGB
CMYK
RGB Variations
Color information
#C9ADAC (or 0xC9ADAC) is known color: Cold Turkey. HEX triplet: C9, AD and AC. RGB value is (201,173,172). Sum of RGB (Red+Green+Blue) = 201+173+172=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAC is #365253. Grayscale: #B5B5B5. Windows color (decimal): -3560020 or 11316681. OLE color: 11316681.
HSL color Cylindrical-coordinate representation of color #C9ADAC: hue angle of 2.07º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ADAC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 172 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.21 |
| HSL | 2.07º | 0.21% | 0.73% | - |
| HSV(B) | 2.07º | 0.14% | 0.79% | - |
| XYZ | 46.48 | 45.28 | 45.32 | - |
| YUV | 181.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 172 | 0 | 0.14 | 0.14 | 0.21 | 2.07 | 0.21 | 0.73 |
| Hex | C9 | AD | AC | 0 | E | E | 15 | 2 | 15 | 49 |
| Octal | 311 | 255 | 254 | 0 | 16 | 16 | 25 | 2 | 25 | 111 |
| Binary | 11001001 | 10101101 | 10101100 | 0 | 1110 | 1110 | 10101 | 10 | 10101 | 1001001 |
Color Harmonies of #C9ADAC
Complementary color
Monochromatic Colors of #C9ADAC
Black with #C9ADAC
Text Example
Text Example
White with #C9ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADAC; }
p { color: rgb(201,173,172); }
H1.HeaderClassName
{
color: #C9ADAC;
}
.AnyTagClassName
{
color: #C9ADAC;
}
</style>
background-color css
<style>
a { background-color: #C9ADAC; }
a { background-color: rgb(201,173,172); }
div.DivClassName
{
background-color: #C9ADAC;
}
.BgClassName
{
background-color: #C9ADAC;
}
</style>
border-color css
<style>
span { border-color: #C9ADAC; }
span { border-color: rgb(201,173,172); }
td.TdClassName
{
border-color: #C9ADAC;
}
.TagClassName
{
border-color: #C9ADAC;
}
</style>