Shades of Cold Turkey #C8B7B1
Tints of Cold Turkey #C8B7B1
RGB
CMYK
RGB Variations
Color information
#C8B7B1 (or 0xC8B7B1) is known color: Cold Turkey. HEX triplet: C8, B7 and B1. RGB value is (200,183,177). Sum of RGB (Red+Green+Blue) = 200+183+177=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7B1 is #37484E. Grayscale: #BBBBBB. Windows color (decimal): -3622991 or 11646920. OLE color: 11646920.
HSL color Cylindrical-coordinate representation of color #C8B7B1: hue angle of 15.65º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B7B1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 177 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.22 |
| HSL | 15.65º | 0.17% | 0.74% | - |
| HSV(B) | 15.65º | 0.12% | 0.78% | - |
| XYZ | 48.69 | 49.32 | 48.55 | - |
| YUV | 187.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 177 | 0 | 0.08 | 0.12 | 0.22 | 15.65 | 0.17 | 0.74 |
| Hex | C8 | B7 | B1 | 0 | 8 | C | 16 | 10 | 11 | 4A |
| Octal | 310 | 267 | 261 | 0 | 10 | 14 | 26 | 20 | 21 | 112 |
| Binary | 11001000 | 10110111 | 10110001 | 0 | 1000 | 1100 | 10110 | 10000 | 10001 | 1001010 |
Color Harmonies of #C8B7B1
Complementary color
Monochromatic Colors of #C8B7B1
Black with #C8B7B1
Text Example
Text Example
White with #C8B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7B1; }
p { color: rgb(200,183,177); }
H1.HeaderClassName
{
color: #C8B7B1;
}
.AnyTagClassName
{
color: #C8B7B1;
}
</style>
background-color css
<style>
a { background-color: #C8B7B1; }
a { background-color: rgb(200,183,177); }
div.DivClassName
{
background-color: #C8B7B1;
}
.BgClassName
{
background-color: #C8B7B1;
}
</style>
border-color css
<style>
span { border-color: #C8B7B1; }
span { border-color: rgb(200,183,177); }
td.TdClassName
{
border-color: #C8B7B1;
}
.TagClassName
{
border-color: #C8B7B1;
}
</style>