Shades of Cabaret #C44568
Tints of Cabaret #C44568
RGB
CMYK
RGB Variations
Color information
#C44568 (or 0xC44568) is known color: Cabaret. HEX triplet: C4, 45 and 68. RGB value is (196,69,104). Sum of RGB (Red+Green+Blue) = 196+69+104=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44568 is #3BBA97. Grayscale: #6E6E6E. Windows color (decimal): -3914392 or 6833604. OLE color: 6833604.
HSL color Cylindrical-coordinate representation of color #C44568: hue angle of 343.46º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44568 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 104 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.23 |
| HSL | 343.46º | 0.52% | 0.52% | - |
| HSV(B) | 343.46º | 0.65% | 0.77% | - |
| XYZ | 27.39 | 16.99 | 14.93 | - |
| YUV | 110.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 104 | 0 | 0.65 | 0.47 | 0.23 | 343.46 | 0.52 | 0.52 |
| Hex | C4 | 45 | 68 | 0 | 41 | 2F | 17 | 157 | 34 | 34 |
| Octal | 304 | 105 | 150 | 0 | 101 | 57 | 27 | 527 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1101000 | 0 | 1000001 | 101111 | 10111 | 101010111 | 110100 | 110100 |
Color Harmonies of #C44568
Complementary color
Monochromatic Colors of #C44568
Black with #C44568
Text Example
Text Example
White with #C44568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44568; }
p { color: rgb(196,69,104); }
H1.HeaderClassName
{
color: #C44568;
}
.AnyTagClassName
{
color: #C44568;
}
</style>
background-color css
<style>
a { background-color: #C44568; }
a { background-color: rgb(196,69,104); }
div.DivClassName
{
background-color: #C44568;
}
.BgClassName
{
background-color: #C44568;
}
</style>
border-color css
<style>
span { border-color: #C44568; }
span { border-color: rgb(196,69,104); }
td.TdClassName
{
border-color: #C44568;
}
.TagClassName
{
border-color: #C44568;
}
</style>