Shades of Cold Turkey #C7ADA8
Tints of Cold Turkey #C7ADA8
RGB
CMYK
RGB Variations
Color information
#C7ADA8 (or 0xC7ADA8) is known color: Cold Turkey. HEX triplet: C7, AD and A8. RGB value is (199,173,168). Sum of RGB (Red+Green+Blue) = 199+173+168=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADA8 is #385257. Grayscale: #B4B4B4. Windows color (decimal): -3691096 or 11054535. OLE color: 11054535.
HSL color Cylindrical-coordinate representation of color #C7ADA8: hue angle of 9.68º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ADA8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 168 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.22 |
| HSL | 9.68º | 0.22% | 0.72% | - |
| HSV(B) | 9.68º | 0.16% | 0.78% | - |
| XYZ | 45.56 | 44.86 | 43.3 | - |
| YUV | 180.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 168 | 0 | 0.13 | 0.16 | 0.22 | 9.68 | 0.22 | 0.72 |
| Hex | C7 | AD | A8 | 0 | D | 10 | 16 | A | 16 | 48 |
| Octal | 307 | 255 | 250 | 0 | 15 | 20 | 26 | 12 | 26 | 110 |
| Binary | 11000111 | 10101101 | 10101000 | 0 | 1101 | 10000 | 10110 | 1010 | 10110 | 1001000 |
Color Harmonies of #C7ADA8
Complementary color
Monochromatic Colors of #C7ADA8
Black with #C7ADA8
Text Example
Text Example
White with #C7ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADA8; }
p { color: rgb(199,173,168); }
H1.HeaderClassName
{
color: #C7ADA8;
}
.AnyTagClassName
{
color: #C7ADA8;
}
</style>
background-color css
<style>
a { background-color: #C7ADA8; }
a { background-color: rgb(199,173,168); }
div.DivClassName
{
background-color: #C7ADA8;
}
.BgClassName
{
background-color: #C7ADA8;
}
</style>
border-color css
<style>
span { border-color: #C7ADA8; }
span { border-color: rgb(199,173,168); }
td.TdClassName
{
border-color: #C7ADA8;
}
.TagClassName
{
border-color: #C7ADA8;
}
</style>