Shades of Cold Turkey #C4BAB9
Tints of Cold Turkey #C4BAB9
RGB
CMYK
RGB Variations
Color information
#C4BAB9 (or 0xC4BAB9) is known color: Cold Turkey. HEX triplet: C4, BA and B9. RGB value is (196,186,185). Sum of RGB (Red+Green+Blue) = 196+186+185=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAB9 is #3B4546. Grayscale: #BCBCBC. Windows color (decimal): -3884359 or 12171972. OLE color: 12171972.
HSL color Cylindrical-coordinate representation of color #C4BAB9: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BAB9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 185 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.23 |
| HSL | 5.45º | 0.09% | 0.75% | - |
| HSV(B) | 5.45º | 0.06% | 0.77% | - |
| XYZ | 49.08 | 50.36 | 53.03 | - |
| YUV | 188.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 185 | 0 | 0.05 | 0.06 | 0.23 | 5.45 | 0.09 | 0.75 |
| Hex | C4 | BA | B9 | 0 | 5 | 6 | 17 | 5 | 9 | 4B |
| Octal | 304 | 272 | 271 | 0 | 5 | 6 | 27 | 5 | 11 | 113 |
| Binary | 11000100 | 10111010 | 10111001 | 0 | 101 | 110 | 10111 | 101 | 1001 | 1001011 |
Color Harmonies of #C4BAB9
Complementary color
Monochromatic Colors of #C4BAB9
Black with #C4BAB9
Text Example
Text Example
White with #C4BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAB9; }
p { color: rgb(196,186,185); }
H1.HeaderClassName
{
color: #C4BAB9;
}
.AnyTagClassName
{
color: #C4BAB9;
}
</style>
background-color css
<style>
a { background-color: #C4BAB9; }
a { background-color: rgb(196,186,185); }
div.DivClassName
{
background-color: #C4BAB9;
}
.BgClassName
{
background-color: #C4BAB9;
}
</style>
border-color css
<style>
span { border-color: #C4BAB9; }
span { border-color: rgb(196,186,185); }
td.TdClassName
{
border-color: #C4BAB9;
}
.TagClassName
{
border-color: #C4BAB9;
}
</style>