Shades of Cabaret #C44868
Tints of Cabaret #C44868
RGB
CMYK
RGB Variations
Color information
#C44868 (or 0xC44868) is known color: Cabaret. HEX triplet: C4, 48 and 68. RGB value is (196,72,104). Sum of RGB (Red+Green+Blue) = 196+72+104=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C44868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44868 is #3BB797. Grayscale: #707070. Windows color (decimal): -3913624 or 6834372. OLE color: 6834372.
HSL color Cylindrical-coordinate representation of color #C44868: hue angle of 344.52º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44868 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 104 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.23 |
| HSL | 344.52º | 0.51% | 0.53% | - |
| HSV(B) | 344.52º | 0.63% | 0.77% | - |
| XYZ | 27.58 | 17.37 | 15 | - |
| YUV | 112.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 104 | 0 | 0.63 | 0.47 | 0.23 | 344.52 | 0.51 | 0.53 |
| Hex | C4 | 48 | 68 | 0 | 3F | 2F | 17 | 159 | 33 | 35 |
| Octal | 304 | 110 | 150 | 0 | 77 | 57 | 27 | 531 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1101000 | 0 | 111111 | 101111 | 10111 | 101011001 | 110011 | 110101 |
Color Harmonies of #C44868
Complementary color
Monochromatic Colors of #C44868
Black with #C44868
Text Example
Text Example
White with #C44868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44868; }
p { color: rgb(196,72,104); }
H1.HeaderClassName
{
color: #C44868;
}
.AnyTagClassName
{
color: #C44868;
}
</style>
background-color css
<style>
a { background-color: #C44868; }
a { background-color: rgb(196,72,104); }
div.DivClassName
{
background-color: #C44868;
}
.BgClassName
{
background-color: #C44868;
}
</style>
border-color css
<style>
span { border-color: #C44868; }
span { border-color: rgb(196,72,104); }
td.TdClassName
{
border-color: #C44868;
}
.TagClassName
{
border-color: #C44868;
}
</style>