Shades of Cold Turkey #C5B5B1
Tints of Cold Turkey #C5B5B1
RGB
CMYK
RGB Variations
Color information
#C5B5B1 (or 0xC5B5B1) is known color: Cold Turkey. HEX triplet: C5, B5 and B1. RGB value is (197,181,177). Sum of RGB (Red+Green+Blue) = 197+181+177=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B5B1 is #3A4A4E. Grayscale: #B9B9B9. Windows color (decimal): -3820111 or 11646405. OLE color: 11646405.
HSL color Cylindrical-coordinate representation of color #C5B5B1: hue angle of 12º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B5B1 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 177 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.23 |
| HSL | 12º | 0.15% | 0.73% | - |
| HSV(B) | 12º | 0.1% | 0.77% | - |
| XYZ | 47.49 | 48.09 | 48.37 | - |
| YUV | 185.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 177 | 0 | 0.08 | 0.10 | 0.23 | 12 | 0.15 | 0.73 |
| Hex | C5 | B5 | B1 | 0 | 8 | A | 17 | C | F | 49 |
| Octal | 305 | 265 | 261 | 0 | 10 | 12 | 27 | 14 | 17 | 111 |
| Binary | 11000101 | 10110101 | 10110001 | 0 | 1000 | 1010 | 10111 | 1100 | 1111 | 1001001 |
Color Harmonies of #C5B5B1
Complementary color
Monochromatic Colors of #C5B5B1
Black with #C5B5B1
Text Example
Text Example
White with #C5B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5B1; }
p { color: rgb(197,181,177); }
H1.HeaderClassName
{
color: #C5B5B1;
}
.AnyTagClassName
{
color: #C5B5B1;
}
</style>
background-color css
<style>
a { background-color: #C5B5B1; }
a { background-color: rgb(197,181,177); }
div.DivClassName
{
background-color: #C5B5B1;
}
.BgClassName
{
background-color: #C5B5B1;
}
</style>
border-color css
<style>
span { border-color: #C5B5B1; }
span { border-color: rgb(197,181,177); }
td.TdClassName
{
border-color: #C5B5B1;
}
.TagClassName
{
border-color: #C5B5B1;
}
</style>