Shades of Cold Turkey #C4B2AC
Tints of Cold Turkey #C4B2AC
RGB
CMYK
RGB Variations
Color information
#C4B2AC (or 0xC4B2AC) is known color: Cold Turkey. HEX triplet: C4, B2 and AC. RGB value is (196,178,172). Sum of RGB (Red+Green+Blue) = 196+178+172=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2AC is #3B4D53. Grayscale: #B6B6B6. Windows color (decimal): -3886420 or 11317956. OLE color: 11317956.
HSL color Cylindrical-coordinate representation of color #C4B2AC: hue angle of 15º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B2AC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 172 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.23 |
| HSL | 15º | 0.17% | 0.72% | - |
| HSV(B) | 15º | 0.12% | 0.77% | - |
| XYZ | 46.13 | 46.56 | 45.58 | - |
| YUV | 182.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 172 | 0 | 0.09 | 0.12 | 0.23 | 15 | 0.17 | 0.72 |
| Hex | C4 | B2 | AC | 0 | 9 | C | 17 | F | 11 | 48 |
| Octal | 304 | 262 | 254 | 0 | 11 | 14 | 27 | 17 | 21 | 110 |
| Binary | 11000100 | 10110010 | 10101100 | 0 | 1001 | 1100 | 10111 | 1111 | 10001 | 1001000 |
Color Harmonies of #C4B2AC
Complementary color
Monochromatic Colors of #C4B2AC
Black with #C4B2AC
Text Example
Text Example
White with #C4B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2AC; }
p { color: rgb(196,178,172); }
H1.HeaderClassName
{
color: #C4B2AC;
}
.AnyTagClassName
{
color: #C4B2AC;
}
</style>
background-color css
<style>
a { background-color: #C4B2AC; }
a { background-color: rgb(196,178,172); }
div.DivClassName
{
background-color: #C4B2AC;
}
.BgClassName
{
background-color: #C4B2AC;
}
</style>
border-color css
<style>
span { border-color: #C4B2AC; }
span { border-color: rgb(196,178,172); }
td.TdClassName
{
border-color: #C4B2AC;
}
.TagClassName
{
border-color: #C4B2AC;
}
</style>