Shades of Cabaret #C44362
Tints of Cabaret #C44362
RGB
CMYK
RGB Variations
Color information
#C44362 (or 0xC44362) is known color: Cabaret. HEX triplet: C4, 43 and 62. RGB value is (196,67,98). Sum of RGB (Red+Green+Blue) = 196+67+98=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C44362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44362 is #3BBC9D. Grayscale: #6D6D6D. Windows color (decimal): -3914910 or 6439876. OLE color: 6439876.
HSL color Cylindrical-coordinate representation of color #C44362: hue angle of 345.58º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44362 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 98 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.23 |
| HSL | 345.58º | 0.52% | 0.52% | - |
| HSV(B) | 345.58º | 0.66% | 0.77% | - |
| XYZ | 26.98 | 16.63 | 13.34 | - |
| YUV | 109.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 98 | 0 | 0.66 | 0.5 | 0.23 | 345.58 | 0.52 | 0.52 |
| Hex | C4 | 43 | 62 | 0 | 42 | 32 | 17 | 15A | 34 | 34 |
| Octal | 304 | 103 | 142 | 0 | 102 | 62 | 27 | 532 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1100010 | 0 | 1000010 | 110010 | 10111 | 101011010 | 110100 | 110100 |
Color Harmonies of #C44362
Complementary color
Monochromatic Colors of #C44362
Black with #C44362
Text Example
Text Example
White with #C44362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44362; }
p { color: rgb(196,67,98); }
H1.HeaderClassName
{
color: #C44362;
}
.AnyTagClassName
{
color: #C44362;
}
</style>
background-color css
<style>
a { background-color: #C44362; }
a { background-color: rgb(196,67,98); }
div.DivClassName
{
background-color: #C44362;
}
.BgClassName
{
background-color: #C44362;
}
</style>
border-color css
<style>
span { border-color: #C44362; }
span { border-color: rgb(196,67,98); }
td.TdClassName
{
border-color: #C44362;
}
.TagClassName
{
border-color: #C44362;
}
</style>