Shades of Cabaret #C44168
Tints of Cabaret #C44168
RGB
CMYK
RGB Variations
Color information
#C44168 (or 0xC44168) is known color: Cabaret. HEX triplet: C4, 41 and 68. RGB value is (196,65,104). Sum of RGB (Red+Green+Blue) = 196+65+104=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44168 is #3BBE97. Grayscale: #6C6C6C. Windows color (decimal): -3915416 or 6832580. OLE color: 6832580.
HSL color Cylindrical-coordinate representation of color #C44168: hue angle of 342.14º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44168 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 104 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.23 |
| HSL | 342.14º | 0.53% | 0.51% | - |
| HSV(B) | 342.14º | 0.67% | 0.77% | - |
| XYZ | 27.15 | 16.52 | 14.85 | - |
| YUV | 108.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 104 | 0 | 0.67 | 0.47 | 0.23 | 342.14 | 0.53 | 0.51 |
| Hex | C4 | 41 | 68 | 0 | 43 | 2F | 17 | 156 | 35 | 33 |
| Octal | 304 | 101 | 150 | 0 | 103 | 57 | 27 | 526 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1101000 | 0 | 1000011 | 101111 | 10111 | 101010110 | 110101 | 110011 |
Color Harmonies of #C44168
Complementary color
Monochromatic Colors of #C44168
Black with #C44168
Text Example
Text Example
White with #C44168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44168; }
p { color: rgb(196,65,104); }
H1.HeaderClassName
{
color: #C44168;
}
.AnyTagClassName
{
color: #C44168;
}
</style>
background-color css
<style>
a { background-color: #C44168; }
a { background-color: rgb(196,65,104); }
div.DivClassName
{
background-color: #C44168;
}
.BgClassName
{
background-color: #C44168;
}
</style>
border-color css
<style>
span { border-color: #C44168; }
span { border-color: rgb(196,65,104); }
td.TdClassName
{
border-color: #C44168;
}
.TagClassName
{
border-color: #C44168;
}
</style>