Shades of Cold Turkey #C7B3AD
Tints of Cold Turkey #C7B3AD
RGB
CMYK
RGB Variations
Color information
#C7B3AD (or 0xC7B3AD) is known color: Cold Turkey. HEX triplet: C7, B3 and AD. RGB value is (199,179,173). Sum of RGB (Red+Green+Blue) = 199+179+173=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B3AD is #384C52. Grayscale: #B8B8B8. Windows color (decimal): -3689555 or 11383751. OLE color: 11383751.
HSL color Cylindrical-coordinate representation of color #C7B3AD: hue angle of 13.85º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B3AD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 173 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.22 |
| HSL | 13.85º | 0.19% | 0.73% | - |
| HSV(B) | 13.85º | 0.13% | 0.78% | - |
| XYZ | 47.22 | 47.4 | 46.2 | - |
| YUV | 184.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 173 | 0 | 0.10 | 0.13 | 0.22 | 13.85 | 0.19 | 0.73 |
| Hex | C7 | B3 | AD | 0 | A | D | 16 | E | 13 | 49 |
| Octal | 307 | 263 | 255 | 0 | 12 | 15 | 26 | 16 | 23 | 111 |
| Binary | 11000111 | 10110011 | 10101101 | 0 | 1010 | 1101 | 10110 | 1110 | 10011 | 1001001 |
Color Harmonies of #C7B3AD
Complementary color
Monochromatic Colors of #C7B3AD
Black with #C7B3AD
Text Example
Text Example
White with #C7B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B3AD; }
p { color: rgb(199,179,173); }
H1.HeaderClassName
{
color: #C7B3AD;
}
.AnyTagClassName
{
color: #C7B3AD;
}
</style>
background-color css
<style>
a { background-color: #C7B3AD; }
a { background-color: rgb(199,179,173); }
div.DivClassName
{
background-color: #C7B3AD;
}
.BgClassName
{
background-color: #C7B3AD;
}
</style>
border-color css
<style>
span { border-color: #C7B3AD; }
span { border-color: rgb(199,179,173); }
td.TdClassName
{
border-color: #C7B3AD;
}
.TagClassName
{
border-color: #C7B3AD;
}
</style>