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