Shades of Cabaret #C44C63
Tints of Cabaret #C44C63
RGB
CMYK
RGB Variations
Color information
#C44C63 (or 0xC44C63) is known color: Cabaret. HEX triplet: C4, 4C and 63. RGB value is (196,76,99). Sum of RGB (Red+Green+Blue) = 196+76+99=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C63 is #3BB39C. Grayscale: #727272. Windows color (decimal): -3912605 or 6507716. OLE color: 6507716.
HSL color Cylindrical-coordinate representation of color #C44C63: hue angle of 348.5º 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 #C44C63 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 99 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.23 |
| HSL | 348.5º | 0.5% | 0.53% | - |
| HSV(B) | 348.5º | 0.61% | 0.77% | - |
| XYZ | 27.6 | 17.81 | 13.79 | - |
| YUV | 114.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 99 | 0 | 0.61 | 0.49 | 0.23 | 348.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 63 | 0 | 3D | 31 | 17 | 15C | 32 | 35 |
| Octal | 304 | 114 | 143 | 0 | 75 | 61 | 27 | 534 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1100011 | 0 | 111101 | 110001 | 10111 | 101011100 | 110010 | 110101 |
Color Harmonies of #C44C63
Complementary color
Monochromatic Colors of #C44C63
Black with #C44C63
Text Example
Text Example
White with #C44C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C63; }
p { color: rgb(196,76,99); }
H1.HeaderClassName
{
color: #C44C63;
}
.AnyTagClassName
{
color: #C44C63;
}
</style>
background-color css
<style>
a { background-color: #C44C63; }
a { background-color: rgb(196,76,99); }
div.DivClassName
{
background-color: #C44C63;
}
.BgClassName
{
background-color: #C44C63;
}
</style>
border-color css
<style>
span { border-color: #C44C63; }
span { border-color: rgb(196,76,99); }
td.TdClassName
{
border-color: #C44C63;
}
.TagClassName
{
border-color: #C44C63;
}
</style>