Shades of Cold Turkey #C4B1AE
Tints of Cold Turkey #C4B1AE
RGB
CMYK
RGB Variations
Color information
#C4B1AE (or 0xC4B1AE) is known color: Cold Turkey. HEX triplet: C4, B1 and AE. RGB value is (196,177,174). Sum of RGB (Red+Green+Blue) = 196+177+174=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1AE is #3B4E51. Grayscale: #B6B6B6. Windows color (decimal): -3886674 or 11448772. OLE color: 11448772.
HSL color Cylindrical-coordinate representation of color #C4B1AE: hue angle of 8.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4B1AE is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 174 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.23 |
| HSL | 8.18º | 0.16% | 0.73% | - |
| HSV(B) | 8.18º | 0.11% | 0.77% | - |
| XYZ | 46.13 | 46.24 | 46.54 | - |
| YUV | 182.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 174 | 0 | 0.10 | 0.11 | 0.23 | 8.18 | 0.16 | 0.73 |
| Hex | C4 | B1 | AE | 0 | A | B | 17 | 8 | 10 | 49 |
| Octal | 304 | 261 | 256 | 0 | 12 | 13 | 27 | 10 | 20 | 111 |
| Binary | 11000100 | 10110001 | 10101110 | 0 | 1010 | 1011 | 10111 | 1000 | 10000 | 1001001 |
Color Harmonies of #C4B1AE
Complementary color
Monochromatic Colors of #C4B1AE
Black with #C4B1AE
Text Example
Text Example
White with #C4B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B1AE; }
p { color: rgb(196,177,174); }
H1.HeaderClassName
{
color: #C4B1AE;
}
.AnyTagClassName
{
color: #C4B1AE;
}
</style>
background-color css
<style>
a { background-color: #C4B1AE; }
a { background-color: rgb(196,177,174); }
div.DivClassName
{
background-color: #C4B1AE;
}
.BgClassName
{
background-color: #C4B1AE;
}
</style>
border-color css
<style>
span { border-color: #C4B1AE; }
span { border-color: rgb(196,177,174); }
td.TdClassName
{
border-color: #C4B1AE;
}
.TagClassName
{
border-color: #C4B1AE;
}
</style>