Shades of Cold Turkey #C7ADAB
Tints of Cold Turkey #C7ADAB
RGB
CMYK
RGB Variations
Color information
#C7ADAB (or 0xC7ADAB) is known color: Cold Turkey. HEX triplet: C7, AD and AB. RGB value is (199,173,171). Sum of RGB (Red+Green+Blue) = 199+173+171=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAB is #385254. Grayscale: #B4B4B4. Windows color (decimal): -3691093 or 11251143. OLE color: 11251143.
HSL color Cylindrical-coordinate representation of color #C7ADAB: hue angle of 4.29º 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 #C7ADAB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 171 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.22 |
| HSL | 4.29º | 0.2% | 0.73% | - |
| HSV(B) | 4.29º | 0.14% | 0.78% | - |
| XYZ | 45.85 | 44.97 | 44.79 | - |
| YUV | 180.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 171 | 0 | 0.13 | 0.14 | 0.22 | 4.29 | 0.2 | 0.73 |
| Hex | C7 | AD | AB | 0 | D | E | 16 | 4 | 14 | 49 |
| Octal | 307 | 255 | 253 | 0 | 15 | 16 | 26 | 4 | 24 | 111 |
| Binary | 11000111 | 10101101 | 10101011 | 0 | 1101 | 1110 | 10110 | 100 | 10100 | 1001001 |
Color Harmonies of #C7ADAB
Complementary color
Monochromatic Colors of #C7ADAB
Black with #C7ADAB
Text Example
Text Example
White with #C7ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADAB; }
p { color: rgb(199,173,171); }
H1.HeaderClassName
{
color: #C7ADAB;
}
.AnyTagClassName
{
color: #C7ADAB;
}
</style>
background-color css
<style>
a { background-color: #C7ADAB; }
a { background-color: rgb(199,173,171); }
div.DivClassName
{
background-color: #C7ADAB;
}
.BgClassName
{
background-color: #C7ADAB;
}
</style>
border-color css
<style>
span { border-color: #C7ADAB; }
span { border-color: rgb(199,173,171); }
td.TdClassName
{
border-color: #C7ADAB;
}
.TagClassName
{
border-color: #C7ADAB;
}
</style>