Shades of Cold Turkey #C4BAB7
Tints of Cold Turkey #C4BAB7
RGB
CMYK
RGB Variations
Color information
#C4BAB7 (or 0xC4BAB7) is known color: Cold Turkey. HEX triplet: C4, BA and B7. RGB value is (196,186,183). Sum of RGB (Red+Green+Blue) = 196+186+183=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAB7 is #3B4548. Grayscale: #BCBCBC. Windows color (decimal): -3884361 or 12040900. OLE color: 12040900.
HSL color Cylindrical-coordinate representation of color #C4BAB7: hue angle of 13.85º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BAB7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 186 | 183 | - |
CMYK | 0 | 0.05 | 0.07 | 0.23 |
HSL | 13.85º | 0.1% | 0.74% | - |
HSV(B) | 13.85º | 0.07% | 0.77% | - |
XYZ | 48.87 | 50.27 | 51.93 | - |
YUV | 188.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 186 | 183 | 0 | 0.05 | 0.07 | 0.23 | 13.85 | 0.1 | 0.74 |
Hex | C4 | BA | B7 | 0 | 5 | 7 | 17 | E | A | 4A |
Octal | 304 | 272 | 267 | 0 | 5 | 7 | 27 | 16 | 12 | 112 |
Binary | 11000100 | 10111010 | 10110111 | 0 | 101 | 111 | 10111 | 1110 | 1010 | 1001010 |
Color Harmonies of #C4BAB7
Complementary color
Monochromatic Colors of #C4BAB7
Black with #C4BAB7
Text Example
Text Example
White with #C4BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BAB7; }
p { color: rgb(196,186,183); }
H1.HeaderClassName
{
color: #C4BAB7;
}
.AnyTagClassName
{
color: #C4BAB7;
}
</style>
background-color css
<style>
a { background-color: #C4BAB7; }
a { background-color: rgb(196,186,183); }
div.DivClassName
{
background-color: #C4BAB7;
}
.BgClassName
{
background-color: #C4BAB7;
}
</style>
border-color css
<style>
span { border-color: #C4BAB7; }
span { border-color: rgb(196,186,183); }
td.TdClassName
{
border-color: #C4BAB7;
}
.TagClassName
{
border-color: #C4BAB7;
}
</style>