Shades of Cabaret #C44F70
Tints of Cabaret #C44F70
RGB
CMYK
RGB Variations
Color information
#C44F70 (or 0xC44F70) is known color: Cabaret. HEX triplet: C4, 4F and 70. RGB value is (196,79,112). Sum of RGB (Red+Green+Blue) = 196+79+112=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F70 is #3BB08F. Grayscale: #757575. Windows color (decimal): -3911824 or 7360452. OLE color: 7360452.
HSL color Cylindrical-coordinate representation of color #C44F70: hue angle of 343.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F70 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 112 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.23 |
| HSL | 343.08º | 0.5% | 0.54% | - |
| HSV(B) | 343.08º | 0.6% | 0.77% | - |
| XYZ | 28.49 | 18.5 | 17.4 | - |
| YUV | 117.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 112 | 0 | 0.60 | 0.43 | 0.23 | 343.08 | 0.5 | 0.54 |
| Hex | C4 | 4F | 70 | 0 | 3C | 2B | 17 | 157 | 32 | 36 |
| Octal | 304 | 117 | 160 | 0 | 74 | 53 | 27 | 527 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1110000 | 0 | 111100 | 101011 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C44F70
Complementary color
Monochromatic Colors of #C44F70
Black with #C44F70
Text Example
Text Example
White with #C44F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F70; }
p { color: rgb(196,79,112); }
H1.HeaderClassName
{
color: #C44F70;
}
.AnyTagClassName
{
color: #C44F70;
}
</style>
background-color css
<style>
a { background-color: #C44F70; }
a { background-color: rgb(196,79,112); }
div.DivClassName
{
background-color: #C44F70;
}
.BgClassName
{
background-color: #C44F70;
}
</style>
border-color css
<style>
span { border-color: #C44F70; }
span { border-color: rgb(196,79,112); }
td.TdClassName
{
border-color: #C44F70;
}
.TagClassName
{
border-color: #C44F70;
}
</style>