Shades of Cold Turkey #C8ADAA
Tints of Cold Turkey #C8ADAA
RGB
CMYK
RGB Variations
Color information
#C8ADAA (or 0xC8ADAA) is known color: Cold Turkey. HEX triplet: C8, AD and AA. RGB value is (200,173,170). Sum of RGB (Red+Green+Blue) = 200+173+170=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ADAA is #375255. Grayscale: #B4B4B4. Windows color (decimal): -3625558 or 11185608. OLE color: 11185608.
HSL color Cylindrical-coordinate representation of color #C8ADAA: hue angle of 6º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ADAA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 170 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.22 |
| HSL | 6º | 0.21% | 0.73% | - |
| HSV(B) | 6º | 0.15% | 0.78% | - |
| XYZ | 46.02 | 45.07 | 44.3 | - |
| YUV | 180.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 170 | 0 | 0.14 | 0.15 | 0.22 | 6 | 0.21 | 0.73 |
| Hex | C8 | AD | AA | 0 | E | F | 16 | 6 | 15 | 49 |
| Octal | 310 | 255 | 252 | 0 | 16 | 17 | 26 | 6 | 25 | 111 |
| Binary | 11001000 | 10101101 | 10101010 | 0 | 1110 | 1111 | 10110 | 110 | 10101 | 1001001 |
Color Harmonies of #C8ADAA
Complementary color
Monochromatic Colors of #C8ADAA
Black with #C8ADAA
Text Example
Text Example
White with #C8ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADAA; }
p { color: rgb(200,173,170); }
H1.HeaderClassName
{
color: #C8ADAA;
}
.AnyTagClassName
{
color: #C8ADAA;
}
</style>
background-color css
<style>
a { background-color: #C8ADAA; }
a { background-color: rgb(200,173,170); }
div.DivClassName
{
background-color: #C8ADAA;
}
.BgClassName
{
background-color: #C8ADAA;
}
</style>
border-color css
<style>
span { border-color: #C8ADAA; }
span { border-color: rgb(200,173,170); }
td.TdClassName
{
border-color: #C8ADAA;
}
.TagClassName
{
border-color: #C8ADAA;
}
</style>