Shades of Cold Turkey #C8ADAC
Tints of Cold Turkey #C8ADAC
RGB
CMYK
RGB Variations
Color information
#C8ADAC (or 0xC8ADAC) is known color: Cold Turkey. HEX triplet: C8, AD and AC. RGB value is (200,173,172). Sum of RGB (Red+Green+Blue) = 200+173+172=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADAC is #375253. Grayscale: #B4B4B4. Windows color (decimal): -3625556 or 11316680. OLE color: 11316680.
HSL color Cylindrical-coordinate representation of color #C8ADAC: hue angle of 2.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ADAC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 172 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.22 |
| HSL | 2.14º | 0.2% | 0.73% | - |
| HSV(B) | 2.14º | 0.14% | 0.78% | - |
| XYZ | 46.21 | 45.15 | 45.31 | - |
| YUV | 180.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 172 | 0 | 0.14 | 0.14 | 0.22 | 2.14 | 0.2 | 0.73 |
| Hex | C8 | AD | AC | 0 | E | E | 16 | 2 | 14 | 49 |
| Octal | 310 | 255 | 254 | 0 | 16 | 16 | 26 | 2 | 24 | 111 |
| Binary | 11001000 | 10101101 | 10101100 | 0 | 1110 | 1110 | 10110 | 10 | 10100 | 1001001 |
Color Harmonies of #C8ADAC
Complementary color
Monochromatic Colors of #C8ADAC
Black with #C8ADAC
Text Example
Text Example
White with #C8ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADAC; }
p { color: rgb(200,173,172); }
H1.HeaderClassName
{
color: #C8ADAC;
}
.AnyTagClassName
{
color: #C8ADAC;
}
</style>
background-color css
<style>
a { background-color: #C8ADAC; }
a { background-color: rgb(200,173,172); }
div.DivClassName
{
background-color: #C8ADAC;
}
.BgClassName
{
background-color: #C8ADAC;
}
</style>
border-color css
<style>
span { border-color: #C8ADAC; }
span { border-color: rgb(200,173,172); }
td.TdClassName
{
border-color: #C8ADAC;
}
.TagClassName
{
border-color: #C8ADAC;
}
</style>