Shades of Cabaret #C44C72
Tints of Cabaret #C44C72
RGB
CMYK
RGB Variations
Color information
#C44C72 (or 0xC44C72) is known color: Cabaret. HEX triplet: C4, 4C and 72. RGB value is (196,76,114). Sum of RGB (Red+Green+Blue) = 196+76+114=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C72 is #3BB38D. Grayscale: #747474. Windows color (decimal): -3912590 or 7490756. OLE color: 7490756.
HSL color Cylindrical-coordinate representation of color #C44C72: hue angle of 341º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C72 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 114 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.23 |
| HSL | 341º | 0.5% | 0.53% | - |
| HSV(B) | 341º | 0.61% | 0.77% | - |
| XYZ | 28.39 | 18.12 | 17.92 | - |
| YUV | 116.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 114 | 0 | 0.61 | 0.42 | 0.23 | 341 | 0.5 | 0.53 |
| Hex | C4 | 4C | 72 | 0 | 3D | 2A | 17 | 155 | 32 | 35 |
| Octal | 304 | 114 | 162 | 0 | 75 | 52 | 27 | 525 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1110010 | 0 | 111101 | 101010 | 10111 | 101010101 | 110010 | 110101 |
Color Harmonies of #C44C72
Complementary color
Monochromatic Colors of #C44C72
Black with #C44C72
Text Example
Text Example
White with #C44C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C72; }
p { color: rgb(196,76,114); }
H1.HeaderClassName
{
color: #C44C72;
}
.AnyTagClassName
{
color: #C44C72;
}
</style>
background-color css
<style>
a { background-color: #C44C72; }
a { background-color: rgb(196,76,114); }
div.DivClassName
{
background-color: #C44C72;
}
.BgClassName
{
background-color: #C44C72;
}
</style>
border-color css
<style>
span { border-color: #C44C72; }
span { border-color: rgb(196,76,114); }
td.TdClassName
{
border-color: #C44C72;
}
.TagClassName
{
border-color: #C44C72;
}
</style>