Shades of Cold Turkey #C1B5B1
Tints of Cold Turkey #C1B5B1
RGB
CMYK
RGB Variations
Color information
#C1B5B1 (or 0xC1B5B1) is known color: Cold Turkey. HEX triplet: C1, B5 and B1. RGB value is (193,181,177). Sum of RGB (Red+Green+Blue) = 193+181+177=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5B1 is #3E4A4E. Grayscale: #B8B8B8. Windows color (decimal): -4082255 or 11646401. OLE color: 11646401.
HSL color Cylindrical-coordinate representation of color #C1B5B1: hue angle of 15º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1B5B1 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 177 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.24 |
| HSL | 15º | 0.11% | 0.73% | - |
| HSV(B) | 15º | 0.08% | 0.76% | - |
| XYZ | 46.45 | 47.56 | 48.33 | - |
| YUV | 184.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 177 | 0 | 0.06 | 0.08 | 0.24 | 15 | 0.11 | 0.73 |
| Hex | C1 | B5 | B1 | 0 | 6 | 8 | 18 | F | B | 49 |
| Octal | 301 | 265 | 261 | 0 | 6 | 10 | 30 | 17 | 13 | 111 |
| Binary | 11000001 | 10110101 | 10110001 | 0 | 110 | 1000 | 11000 | 1111 | 1011 | 1001001 |
Color Harmonies of #C1B5B1
Complementary color
Monochromatic Colors of #C1B5B1
Black with #C1B5B1
Text Example
Text Example
White with #C1B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5B1; }
p { color: rgb(193,181,177); }
H1.HeaderClassName
{
color: #C1B5B1;
}
.AnyTagClassName
{
color: #C1B5B1;
}
</style>
background-color css
<style>
a { background-color: #C1B5B1; }
a { background-color: rgb(193,181,177); }
div.DivClassName
{
background-color: #C1B5B1;
}
.BgClassName
{
background-color: #C1B5B1;
}
</style>
border-color css
<style>
span { border-color: #C1B5B1; }
span { border-color: rgb(193,181,177); }
td.TdClassName
{
border-color: #C1B5B1;
}
.TagClassName
{
border-color: #C1B5B1;
}
</style>