Shades of Cold Turkey #C7B9B4
Tints of Cold Turkey #C7B9B4
RGB
CMYK
RGB Variations
Color information
#C7B9B4 (or 0xC7B9B4) is known color: Cold Turkey. HEX triplet: C7, B9 and B4. RGB value is (199,185,180). Sum of RGB (Red+Green+Blue) = 199+185+180=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9B4 is #38464B. Grayscale: #BCBCBC. Windows color (decimal): -3688012 or 11844039. OLE color: 11844039.
HSL color Cylindrical-coordinate representation of color #C7B9B4: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B9B4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 180 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.22 |
| HSL | 15.79º | 0.15% | 0.74% | - |
| HSV(B) | 15.79º | 0.1% | 0.78% | - |
| XYZ | 49.14 | 50.14 | 50.27 | - |
| YUV | 188.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 180 | 0 | 0.07 | 0.10 | 0.22 | 15.79 | 0.15 | 0.74 |
| Hex | C7 | B9 | B4 | 0 | 7 | A | 16 | 10 | F | 4A |
| Octal | 307 | 271 | 264 | 0 | 7 | 12 | 26 | 20 | 17 | 112 |
| Binary | 11000111 | 10111001 | 10110100 | 0 | 111 | 1010 | 10110 | 10000 | 1111 | 1001010 |
Color Harmonies of #C7B9B4
Complementary color
Monochromatic Colors of #C7B9B4
Black with #C7B9B4
Text Example
Text Example
White with #C7B9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9B4; }
p { color: rgb(199,185,180); }
H1.HeaderClassName
{
color: #C7B9B4;
}
.AnyTagClassName
{
color: #C7B9B4;
}
</style>
background-color css
<style>
a { background-color: #C7B9B4; }
a { background-color: rgb(199,185,180); }
div.DivClassName
{
background-color: #C7B9B4;
}
.BgClassName
{
background-color: #C7B9B4;
}
</style>
border-color css
<style>
span { border-color: #C7B9B4; }
span { border-color: rgb(199,185,180); }
td.TdClassName
{
border-color: #C7B9B4;
}
.TagClassName
{
border-color: #C7B9B4;
}
</style>