Shades of Cabaret #C44063
Tints of Cabaret #C44063
RGB
CMYK
RGB Variations
Color information
#C44063 (or 0xC44063) is known color: Cabaret. HEX triplet: C4, 40 and 63. RGB value is (196,64,99). Sum of RGB (Red+Green+Blue) = 196+64+99=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C44063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44063 is #3BBF9C. Grayscale: #6B6B6B. Windows color (decimal): -3915677 or 6504644. OLE color: 6504644.
HSL color Cylindrical-coordinate representation of color #C44063: hue angle of 344.09º 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 #C44063 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 99 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.23 |
| HSL | 344.09º | 0.53% | 0.51% | - |
| HSV(B) | 344.09º | 0.67% | 0.77% | - |
| XYZ | 26.85 | 16.3 | 13.54 | - |
| YUV | 107.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 99 | 0 | 0.67 | 0.49 | 0.23 | 344.09 | 0.53 | 0.51 |
| Hex | C4 | 40 | 63 | 0 | 43 | 31 | 17 | 158 | 35 | 33 |
| Octal | 304 | 100 | 143 | 0 | 103 | 61 | 27 | 530 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1100011 | 0 | 1000011 | 110001 | 10111 | 101011000 | 110101 | 110011 |
Color Harmonies of #C44063
Complementary color
Monochromatic Colors of #C44063
Black with #C44063
Text Example
Text Example
White with #C44063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44063; }
p { color: rgb(196,64,99); }
H1.HeaderClassName
{
color: #C44063;
}
.AnyTagClassName
{
color: #C44063;
}
</style>
background-color css
<style>
a { background-color: #C44063; }
a { background-color: rgb(196,64,99); }
div.DivClassName
{
background-color: #C44063;
}
.BgClassName
{
background-color: #C44063;
}
</style>
border-color css
<style>
span { border-color: #C44063; }
span { border-color: rgb(196,64,99); }
td.TdClassName
{
border-color: #C44063;
}
.TagClassName
{
border-color: #C44063;
}
</style>