Shades of Cold Turkey #C7B1AB
Tints of Cold Turkey #C7B1AB
RGB
CMYK
RGB Variations
Color information
#C7B1AB (or 0xC7B1AB) is known color: Cold Turkey. HEX triplet: C7, B1 and AB. RGB value is (199,177,171). Sum of RGB (Red+Green+Blue) = 199+177+171=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B1AB is #384E54. Grayscale: #B6B6B6. Windows color (decimal): -3690069 or 11252167. OLE color: 11252167.
HSL color Cylindrical-coordinate representation of color #C7B1AB: hue angle of 12.86º 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 #C7B1AB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 171 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.22 |
| HSL | 12.86º | 0.2% | 0.73% | - |
| HSV(B) | 12.86º | 0.14% | 0.78% | - |
| XYZ | 46.63 | 46.53 | 45.05 | - |
| YUV | 182.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 171 | 0 | 0.11 | 0.14 | 0.22 | 12.86 | 0.2 | 0.73 |
| Hex | C7 | B1 | AB | 0 | B | E | 16 | D | 14 | 49 |
| Octal | 307 | 261 | 253 | 0 | 13 | 16 | 26 | 15 | 24 | 111 |
| Binary | 11000111 | 10110001 | 10101011 | 0 | 1011 | 1110 | 10110 | 1101 | 10100 | 1001001 |
Color Harmonies of #C7B1AB
Complementary color
Monochromatic Colors of #C7B1AB
Black with #C7B1AB
Text Example
Text Example
White with #C7B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1AB; }
p { color: rgb(199,177,171); }
H1.HeaderClassName
{
color: #C7B1AB;
}
.AnyTagClassName
{
color: #C7B1AB;
}
</style>
background-color css
<style>
a { background-color: #C7B1AB; }
a { background-color: rgb(199,177,171); }
div.DivClassName
{
background-color: #C7B1AB;
}
.BgClassName
{
background-color: #C7B1AB;
}
</style>
border-color css
<style>
span { border-color: #C7B1AB; }
span { border-color: rgb(199,177,171); }
td.TdClassName
{
border-color: #C7B1AB;
}
.TagClassName
{
border-color: #C7B1AB;
}
</style>