Shades of Cold Turkey #C7B7B6
Tints of Cold Turkey #C7B7B6
RGB
CMYK
RGB Variations
Color information
#C7B7B6 (or 0xC7B7B6) is known color: Cold Turkey. HEX triplet: C7, B7 and B6. RGB value is (199,183,182). Sum of RGB (Red+Green+Blue) = 199+183+182=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7B6 is #384849. Grayscale: #BBBBBB. Windows color (decimal): -3688522 or 11974599. OLE color: 11974599.
HSL color Cylindrical-coordinate representation of color #C7B7B6: hue angle of 3.53º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7B7B6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 183 | 182 | - |
CMYK | 0 | 0.08 | 0.09 | 0.22 |
HSL | 3.53º | 0.13% | 0.75% | - |
HSV(B) | 3.53º | 0.09% | 0.78% | - |
XYZ | 48.93 | 49.39 | 51.21 | - |
YUV | 187.67 | 124.8 | 136.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 183 | 182 | 0 | 0.08 | 0.09 | 0.22 | 3.53 | 0.13 | 0.75 |
Hex | C7 | B7 | B6 | 0 | 8 | 9 | 16 | 4 | D | 4B |
Octal | 307 | 267 | 266 | 0 | 10 | 11 | 26 | 4 | 15 | 113 |
Binary | 11000111 | 10110111 | 10110110 | 0 | 1000 | 1001 | 10110 | 100 | 1101 | 1001011 |
Color Harmonies of #C7B7B6
Complementary color
Monochromatic Colors of #C7B7B6
Black with #C7B7B6
Text Example
Text Example
White with #C7B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7B6; }
p { color: rgb(199,183,182); }
H1.HeaderClassName
{
color: #C7B7B6;
}
.AnyTagClassName
{
color: #C7B7B6;
}
</style>
background-color css
<style>
a { background-color: #C7B7B6; }
a { background-color: rgb(199,183,182); }
div.DivClassName
{
background-color: #C7B7B6;
}
.BgClassName
{
background-color: #C7B7B6;
}
</style>
border-color css
<style>
span { border-color: #C7B7B6; }
span { border-color: rgb(199,183,182); }
td.TdClassName
{
border-color: #C7B7B6;
}
.TagClassName
{
border-color: #C7B7B6;
}
</style>