Shades of Cabaret #C44363
Tints of Cabaret #C44363
RGB
CMYK
RGB Variations
Color information
#C44363 (or 0xC44363) is known color: Cabaret. HEX triplet: C4, 43 and 63. RGB value is (196,67,99). Sum of RGB (Red+Green+Blue) = 196+67+99=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C44363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44363 is #3BBC9C. Grayscale: #6D6D6D. Windows color (decimal): -3914909 or 6505412. OLE color: 6505412.
HSL color Cylindrical-coordinate representation of color #C44363: hue angle of 345.12º 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 #C44363 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 99 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.23 |
| HSL | 345.12º | 0.52% | 0.52% | - |
| HSV(B) | 345.12º | 0.66% | 0.77% | - |
| XYZ | 27.02 | 16.65 | 13.59 | - |
| YUV | 109.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 99 | 0 | 0.66 | 0.49 | 0.23 | 345.12 | 0.52 | 0.52 |
| Hex | C4 | 43 | 63 | 0 | 42 | 31 | 17 | 159 | 34 | 34 |
| Octal | 304 | 103 | 143 | 0 | 102 | 61 | 27 | 531 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1100011 | 0 | 1000010 | 110001 | 10111 | 101011001 | 110100 | 110100 |
Color Harmonies of #C44363
Complementary color
Monochromatic Colors of #C44363
Black with #C44363
Text Example
Text Example
White with #C44363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44363; }
p { color: rgb(196,67,99); }
H1.HeaderClassName
{
color: #C44363;
}
.AnyTagClassName
{
color: #C44363;
}
</style>
background-color css
<style>
a { background-color: #C44363; }
a { background-color: rgb(196,67,99); }
div.DivClassName
{
background-color: #C44363;
}
.BgClassName
{
background-color: #C44363;
}
</style>
border-color css
<style>
span { border-color: #C44363; }
span { border-color: rgb(196,67,99); }
td.TdClassName
{
border-color: #C44363;
}
.TagClassName
{
border-color: #C44363;
}
</style>