Shades of Cabaret #C44B71
Tints of Cabaret #C44B71
RGB
CMYK
RGB Variations
Color information
#C44B71 (or 0xC44B71) is known color: Cabaret. HEX triplet: C4, 4B and 71. RGB value is (196,75,113). Sum of RGB (Red+Green+Blue) = 196+75+113=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B71 is #3BB48E. Grayscale: #737373. Windows color (decimal): -3912847 or 7424964. OLE color: 7424964.
HSL color Cylindrical-coordinate representation of color #C44B71: hue angle of 341.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44B71 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 113 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.23 |
| HSL | 341.16º | 0.51% | 0.53% | - |
| HSV(B) | 341.16º | 0.62% | 0.77% | - |
| XYZ | 28.26 | 17.96 | 17.6 | - |
| YUV | 115.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 113 | 0 | 0.62 | 0.42 | 0.23 | 341.16 | 0.51 | 0.53 |
| Hex | C4 | 4B | 71 | 0 | 3E | 2A | 17 | 155 | 33 | 35 |
| Octal | 304 | 113 | 161 | 0 | 76 | 52 | 27 | 525 | 63 | 65 |
| Binary | 11000100 | 1001011 | 1110001 | 0 | 111110 | 101010 | 10111 | 101010101 | 110011 | 110101 |
Color Harmonies of #C44B71
Complementary color
Monochromatic Colors of #C44B71
Black with #C44B71
Text Example
Text Example
White with #C44B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B71; }
p { color: rgb(196,75,113); }
H1.HeaderClassName
{
color: #C44B71;
}
.AnyTagClassName
{
color: #C44B71;
}
</style>
background-color css
<style>
a { background-color: #C44B71; }
a { background-color: rgb(196,75,113); }
div.DivClassName
{
background-color: #C44B71;
}
.BgClassName
{
background-color: #C44B71;
}
</style>
border-color css
<style>
span { border-color: #C44B71; }
span { border-color: rgb(196,75,113); }
td.TdClassName
{
border-color: #C44B71;
}
.TagClassName
{
border-color: #C44B71;
}
</style>