Shades of Cabaret #C44561
Tints of Cabaret #C44561
RGB
CMYK
RGB Variations
Color information
#C44561 (or 0xC44561) is known color: Cabaret. HEX triplet: C4, 45 and 61. RGB value is (196,69,97). Sum of RGB (Red+Green+Blue) = 196+69+97=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C44561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44561 is #3BBA9E. Grayscale: #6E6E6E. Windows color (decimal): -3914399 or 6374852. OLE color: 6374852.
HSL color Cylindrical-coordinate representation of color #C44561: hue angle of 346.77º 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 #C44561 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 97 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.23 |
| HSL | 346.77º | 0.52% | 0.52% | - |
| HSV(B) | 346.77º | 0.65% | 0.77% | - |
| XYZ | 27.05 | 16.86 | 13.14 | - |
| YUV | 110.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 97 | 0 | 0.65 | 0.51 | 0.23 | 346.77 | 0.52 | 0.52 |
| Hex | C4 | 45 | 61 | 0 | 41 | 33 | 17 | 15B | 34 | 34 |
| Octal | 304 | 105 | 141 | 0 | 101 | 63 | 27 | 533 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1100001 | 0 | 1000001 | 110011 | 10111 | 101011011 | 110100 | 110100 |
Color Harmonies of #C44561
Complementary color
Monochromatic Colors of #C44561
Black with #C44561
Text Example
Text Example
White with #C44561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44561; }
p { color: rgb(196,69,97); }
H1.HeaderClassName
{
color: #C44561;
}
.AnyTagClassName
{
color: #C44561;
}
</style>
background-color css
<style>
a { background-color: #C44561; }
a { background-color: rgb(196,69,97); }
div.DivClassName
{
background-color: #C44561;
}
.BgClassName
{
background-color: #C44561;
}
</style>
border-color css
<style>
span { border-color: #C44561; }
span { border-color: rgb(196,69,97); }
td.TdClassName
{
border-color: #C44561;
}
.TagClassName
{
border-color: #C44561;
}
</style>