Shades of Cabaret #C44661
Tints of Cabaret #C44661
RGB
CMYK
RGB Variations
Color information
#C44661 (or 0xC44661) is known color: Cabaret. HEX triplet: C4, 46 and 61. RGB value is (196,70,97). Sum of RGB (Red+Green+Blue) = 196+70+97=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C44661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44661 is #3BB99E. Grayscale: #6E6E6E. Windows color (decimal): -3914143 or 6375108. OLE color: 6375108.
HSL color Cylindrical-coordinate representation of color #C44661: hue angle of 347.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44661 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 97 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.23 |
| HSL | 347.14º | 0.52% | 0.52% | - |
| HSV(B) | 347.14º | 0.64% | 0.77% | - |
| XYZ | 27.11 | 16.98 | 13.16 | - |
| YUV | 110.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 97 | 0 | 0.64 | 0.51 | 0.23 | 347.14 | 0.52 | 0.52 |
| Hex | C4 | 46 | 61 | 0 | 40 | 33 | 17 | 15B | 34 | 34 |
| Octal | 304 | 106 | 141 | 0 | 100 | 63 | 27 | 533 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1100001 | 0 | 1000000 | 110011 | 10111 | 101011011 | 110100 | 110100 |
Color Harmonies of #C44661
Complementary color
Monochromatic Colors of #C44661
Black with #C44661
Text Example
Text Example
White with #C44661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44661; }
p { color: rgb(196,70,97); }
H1.HeaderClassName
{
color: #C44661;
}
.AnyTagClassName
{
color: #C44661;
}
</style>
background-color css
<style>
a { background-color: #C44661; }
a { background-color: rgb(196,70,97); }
div.DivClassName
{
background-color: #C44661;
}
.BgClassName
{
background-color: #C44661;
}
</style>
border-color css
<style>
span { border-color: #C44661; }
span { border-color: rgb(196,70,97); }
td.TdClassName
{
border-color: #C44661;
}
.TagClassName
{
border-color: #C44661;
}
</style>