Shades of Cold Turkey #C5B8B6
Tints of Cold Turkey #C5B8B6
RGB
CMYK
RGB Variations
Color information
#C5B8B6 (or 0xC5B8B6) is known color: Cold Turkey. HEX triplet: C5, B8 and B6. RGB value is (197,184,182). Sum of RGB (Red+Green+Blue) = 197+184+182=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8B6 is #3A4749. Grayscale: #BBBBBB. Windows color (decimal): -3819338 or 11974853. OLE color: 11974853.
HSL color Cylindrical-coordinate representation of color #C5B8B6: hue angle of 8º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5B8B6 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 182 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.23 |
| HSL | 8º | 0.11% | 0.74% | - |
| HSV(B) | 8º | 0.08% | 0.77% | - |
| XYZ | 48.61 | 49.53 | 51.25 | - |
| YUV | 187.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 182 | 0 | 0.07 | 0.08 | 0.23 | 8 | 0.11 | 0.74 |
| Hex | C5 | B8 | B6 | 0 | 7 | 8 | 17 | 8 | B | 4A |
| Octal | 305 | 270 | 266 | 0 | 7 | 10 | 27 | 10 | 13 | 112 |
| Binary | 11000101 | 10111000 | 10110110 | 0 | 111 | 1000 | 10111 | 1000 | 1011 | 1001010 |
Color Harmonies of #C5B8B6
Complementary color
Monochromatic Colors of #C5B8B6
Black with #C5B8B6
Text Example
Text Example
White with #C5B8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8B6; }
p { color: rgb(197,184,182); }
H1.HeaderClassName
{
color: #C5B8B6;
}
.AnyTagClassName
{
color: #C5B8B6;
}
</style>
background-color css
<style>
a { background-color: #C5B8B6; }
a { background-color: rgb(197,184,182); }
div.DivClassName
{
background-color: #C5B8B6;
}
.BgClassName
{
background-color: #C5B8B6;
}
</style>
border-color css
<style>
span { border-color: #C5B8B6; }
span { border-color: rgb(197,184,182); }
td.TdClassName
{
border-color: #C5B8B6;
}
.TagClassName
{
border-color: #C5B8B6;
}
</style>