Shades of Cabaret #C44C6B
Tints of Cabaret #C44C6B
RGB
CMYK
RGB Variations
Color information
#C44C6B (or 0xC44C6B) is known color: Cabaret. HEX triplet: C4, 4C and 6B. RGB value is (196,76,107). Sum of RGB (Red+Green+Blue) = 196+76+107=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C6B is #3BB394. Grayscale: #737373. Windows color (decimal): -3912597 or 7032004. OLE color: 7032004.
HSL color Cylindrical-coordinate representation of color #C44C6B: hue angle of 344.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 #C44C6B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 107 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.23 |
| HSL | 344.5º | 0.5% | 0.53% | - |
| HSV(B) | 344.5º | 0.61% | 0.77% | - |
| XYZ | 28 | 17.97 | 15.9 | - |
| YUV | 115.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 107 | 0 | 0.61 | 0.45 | 0.23 | 344.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 6B | 0 | 3D | 2D | 17 | 158 | 32 | 35 |
| Octal | 304 | 114 | 153 | 0 | 75 | 55 | 27 | 530 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1101011 | 0 | 111101 | 101101 | 10111 | 101011000 | 110010 | 110101 |
Color Harmonies of #C44C6B
Complementary color
Monochromatic Colors of #C44C6B
Black with #C44C6B
Text Example
Text Example
White with #C44C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C6B; }
p { color: rgb(196,76,107); }
H1.HeaderClassName
{
color: #C44C6B;
}
.AnyTagClassName
{
color: #C44C6B;
}
</style>
background-color css
<style>
a { background-color: #C44C6B; }
a { background-color: rgb(196,76,107); }
div.DivClassName
{
background-color: #C44C6B;
}
.BgClassName
{
background-color: #C44C6B;
}
</style>
border-color css
<style>
span { border-color: #C44C6B; }
span { border-color: rgb(196,76,107); }
td.TdClassName
{
border-color: #C44C6B;
}
.TagClassName
{
border-color: #C44C6B;
}
</style>