Shades of Cabaret #C73D60
Tints of Cabaret #C73D60
RGB
CMYK
RGB Variations
Color information
#C73D60 (or 0xC73D60) is known color: Cabaret. HEX triplet: C7, 3D and 60. RGB value is (199,61,96). Sum of RGB (Red+Green+Blue) = 199+61+96=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D60 is #38C29F. Grayscale: #6A6A6A. Windows color (decimal): -3719840 or 6307271. OLE color: 6307271.
HSL color Cylindrical-coordinate representation of color #C73D60: hue angle of 344.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D60 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 96 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.22 |
| HSL | 344.78º | 0.55% | 0.51% | - |
| HSV(B) | 344.78º | 0.69% | 0.78% | - |
| XYZ | 27.33 | 16.32 | 12.78 | - |
| YUV | 106.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 96 | 0 | 0.69 | 0.52 | 0.22 | 344.78 | 0.55 | 0.51 |
| Hex | C7 | 3D | 60 | 0 | 45 | 34 | 16 | 159 | 37 | 33 |
| Octal | 307 | 75 | 140 | 0 | 105 | 64 | 26 | 531 | 67 | 63 |
| Binary | 11000111 | 111101 | 1100000 | 0 | 1000101 | 110100 | 10110 | 101011001 | 110111 | 110011 |
Color Harmonies of #C73D60
Complementary color
Monochromatic Colors of #C73D60
Black with #C73D60
Text Example
Text Example
White with #C73D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D60; }
p { color: rgb(199,61,96); }
H1.HeaderClassName
{
color: #C73D60;
}
.AnyTagClassName
{
color: #C73D60;
}
</style>
background-color css
<style>
a { background-color: #C73D60; }
a { background-color: rgb(199,61,96); }
div.DivClassName
{
background-color: #C73D60;
}
.BgClassName
{
background-color: #C73D60;
}
</style>
border-color css
<style>
span { border-color: #C73D60; }
span { border-color: rgb(199,61,96); }
td.TdClassName
{
border-color: #C73D60;
}
.TagClassName
{
border-color: #C73D60;
}
</style>