Shades of Cabaret #C73F6D
Tints of Cabaret #C73F6D
RGB
CMYK
RGB Variations
Color information
#C73F6D (or 0xC73F6D) is known color: Cabaret. HEX triplet: C7, 3F and 6D. RGB value is (199,63,109). Sum of RGB (Red+Green+Blue) = 199+63+109=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F6D is #38C092. Grayscale: #6C6C6C. Windows color (decimal): -3719315 or 7159751. OLE color: 7159751.
HSL color Cylindrical-coordinate representation of color #C73F6D: hue angle of 339.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F6D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 109 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.22 |
| HSL | 339.71º | 0.55% | 0.51% | - |
| HSV(B) | 339.71º | 0.68% | 0.78% | - |
| XYZ | 28.09 | 16.8 | 16.23 | - |
| YUV | 108.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 109 | 0 | 0.68 | 0.45 | 0.22 | 339.71 | 0.55 | 0.51 |
| Hex | C7 | 3F | 6D | 0 | 44 | 2D | 16 | 154 | 37 | 33 |
| Octal | 307 | 77 | 155 | 0 | 104 | 55 | 26 | 524 | 67 | 63 |
| Binary | 11000111 | 111111 | 1101101 | 0 | 1000100 | 101101 | 10110 | 101010100 | 110111 | 110011 |
Color Harmonies of #C73F6D
Complementary color
Monochromatic Colors of #C73F6D
Black with #C73F6D
Text Example
Text Example
White with #C73F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F6D; }
p { color: rgb(199,63,109); }
H1.HeaderClassName
{
color: #C73F6D;
}
.AnyTagClassName
{
color: #C73F6D;
}
</style>
background-color css
<style>
a { background-color: #C73F6D; }
a { background-color: rgb(199,63,109); }
div.DivClassName
{
background-color: #C73F6D;
}
.BgClassName
{
background-color: #C73F6D;
}
</style>
border-color css
<style>
span { border-color: #C73F6D; }
span { border-color: rgb(199,63,109); }
td.TdClassName
{
border-color: #C73F6D;
}
.TagClassName
{
border-color: #C73F6D;
}
</style>