Shades of Cold Turkey #C5B9B8
Tints of Cold Turkey #C5B9B8
RGB
CMYK
RGB Variations
Color information
#C5B9B8 (or 0xC5B9B8) is known color: Cold Turkey. HEX triplet: C5, B9 and B8. RGB value is (197,185,184). Sum of RGB (Red+Green+Blue) = 197+185+184=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9B8 is #3A4647. Grayscale: #BCBCBC. Windows color (decimal): -3819080 or 12106181. OLE color: 12106181.
HSL color Cylindrical-coordinate representation of color #C5B9B8: hue angle of 4.62º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B9B8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 184 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.23 |
| HSL | 4.62º | 0.1% | 0.75% | - |
| HSV(B) | 4.62º | 0.07% | 0.77% | - |
| XYZ | 49.03 | 50.03 | 52.42 | - |
| YUV | 188.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 184 | 0 | 0.06 | 0.07 | 0.23 | 4.62 | 0.1 | 0.75 |
| Hex | C5 | B9 | B8 | 0 | 6 | 7 | 17 | 5 | A | 4B |
| Octal | 305 | 271 | 270 | 0 | 6 | 7 | 27 | 5 | 12 | 113 |
| Binary | 11000101 | 10111001 | 10111000 | 0 | 110 | 111 | 10111 | 101 | 1010 | 1001011 |
Color Harmonies of #C5B9B8
Complementary color
Monochromatic Colors of #C5B9B8
Black with #C5B9B8
Text Example
Text Example
White with #C5B9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9B8; }
p { color: rgb(197,185,184); }
H1.HeaderClassName
{
color: #C5B9B8;
}
.AnyTagClassName
{
color: #C5B9B8;
}
</style>
background-color css
<style>
a { background-color: #C5B9B8; }
a { background-color: rgb(197,185,184); }
div.DivClassName
{
background-color: #C5B9B8;
}
.BgClassName
{
background-color: #C5B9B8;
}
</style>
border-color css
<style>
span { border-color: #C5B9B8; }
span { border-color: rgb(197,185,184); }
td.TdClassName
{
border-color: #C5B9B8;
}
.TagClassName
{
border-color: #C5B9B8;
}
</style>