Shades of Cold Turkey #C5B2AC
Tints of Cold Turkey #C5B2AC
RGB
CMYK
RGB Variations
Color information
#C5B2AC (or 0xC5B2AC) is known color: Cold Turkey. HEX triplet: C5, B2 and AC. RGB value is (197,178,172). Sum of RGB (Red+Green+Blue) = 197+178+172=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B2AC is #3A4D53. Grayscale: #B7B7B7. Windows color (decimal): -3820884 or 11317957. OLE color: 11317957.
HSL color Cylindrical-coordinate representation of color #C5B2AC: hue angle of 14.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B2AC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 172 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.23 |
| HSL | 14.4º | 0.18% | 0.72% | - |
| HSV(B) | 14.4º | 0.13% | 0.77% | - |
| XYZ | 46.39 | 46.69 | 45.6 | - |
| YUV | 183 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 172 | 0 | 0.10 | 0.13 | 0.23 | 14.4 | 0.18 | 0.72 |
| Hex | C5 | B2 | AC | 0 | A | D | 17 | E | 12 | 48 |
| Octal | 305 | 262 | 254 | 0 | 12 | 15 | 27 | 16 | 22 | 110 |
| Binary | 11000101 | 10110010 | 10101100 | 0 | 1010 | 1101 | 10111 | 1110 | 10010 | 1001000 |
Color Harmonies of #C5B2AC
Complementary color
Monochromatic Colors of #C5B2AC
Black with #C5B2AC
Text Example
Text Example
White with #C5B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2AC; }
p { color: rgb(197,178,172); }
H1.HeaderClassName
{
color: #C5B2AC;
}
.AnyTagClassName
{
color: #C5B2AC;
}
</style>
background-color css
<style>
a { background-color: #C5B2AC; }
a { background-color: rgb(197,178,172); }
div.DivClassName
{
background-color: #C5B2AC;
}
.BgClassName
{
background-color: #C5B2AC;
}
</style>
border-color css
<style>
span { border-color: #C5B2AC; }
span { border-color: rgb(197,178,172); }
td.TdClassName
{
border-color: #C5B2AC;
}
.TagClassName
{
border-color: #C5B2AC;
}
</style>