Shades of Cold Turkey #C7B6B3
Tints of Cold Turkey #C7B6B3
RGB
CMYK
RGB Variations
Color information
#C7B6B3 (or 0xC7B6B3) is known color: Cold Turkey. HEX triplet: C7, B6 and B3. RGB value is (199,182,179). Sum of RGB (Red+Green+Blue) = 199+182+179=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6B3 is #38494C. Grayscale: #BABABA. Windows color (decimal): -3688781 or 11777735. OLE color: 11777735.
HSL color Cylindrical-coordinate representation of color #C7B6B3: hue angle of 9º 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 #C7B6B3 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 179 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.22 |
| HSL | 9º | 0.15% | 0.74% | - |
| HSV(B) | 9º | 0.1% | 0.78% | - |
| XYZ | 48.42 | 48.85 | 49.53 | - |
| YUV | 186.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 179 | 0 | 0.09 | 0.10 | 0.22 | 9 | 0.15 | 0.74 |
| Hex | C7 | B6 | B3 | 0 | 9 | A | 16 | 9 | F | 4A |
| Octal | 307 | 266 | 263 | 0 | 11 | 12 | 26 | 11 | 17 | 112 |
| Binary | 11000111 | 10110110 | 10110011 | 0 | 1001 | 1010 | 10110 | 1001 | 1111 | 1001010 |
Color Harmonies of #C7B6B3
Complementary color
Monochromatic Colors of #C7B6B3
Black with #C7B6B3
Text Example
Text Example
White with #C7B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6B3; }
p { color: rgb(199,182,179); }
H1.HeaderClassName
{
color: #C7B6B3;
}
.AnyTagClassName
{
color: #C7B6B3;
}
</style>
background-color css
<style>
a { background-color: #C7B6B3; }
a { background-color: rgb(199,182,179); }
div.DivClassName
{
background-color: #C7B6B3;
}
.BgClassName
{
background-color: #C7B6B3;
}
</style>
border-color css
<style>
span { border-color: #C7B6B3; }
span { border-color: rgb(199,182,179); }
td.TdClassName
{
border-color: #C7B6B3;
}
.TagClassName
{
border-color: #C7B6B3;
}
</style>