Shades of Cabaret #C73F65
Tints of Cabaret #C73F65
RGB
CMYK
RGB Variations
Color information
#C73F65 (or 0xC73F65) is known color: Cabaret. HEX triplet: C7, 3F and 65. RGB value is (199,63,101). Sum of RGB (Red+Green+Blue) = 199+63+101=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F65 is #38C09A. Grayscale: #6B6B6B. Windows color (decimal): -3719323 or 6635463. OLE color: 6635463.
HSL color Cylindrical-coordinate representation of color #C73F65: hue angle of 343.24º 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 #C73F65 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 101 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.22 |
| HSL | 343.24º | 0.55% | 0.51% | - |
| HSV(B) | 343.24º | 0.68% | 0.78% | - |
| XYZ | 27.68 | 16.64 | 14.06 | - |
| YUV | 108 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 101 | 0 | 0.68 | 0.49 | 0.22 | 343.24 | 0.55 | 0.51 |
| Hex | C7 | 3F | 65 | 0 | 44 | 31 | 16 | 157 | 37 | 33 |
| Octal | 307 | 77 | 145 | 0 | 104 | 61 | 26 | 527 | 67 | 63 |
| Binary | 11000111 | 111111 | 1100101 | 0 | 1000100 | 110001 | 10110 | 101010111 | 110111 | 110011 |
Color Harmonies of #C73F65
Complementary color
Monochromatic Colors of #C73F65
Black with #C73F65
Text Example
Text Example
White with #C73F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F65; }
p { color: rgb(199,63,101); }
H1.HeaderClassName
{
color: #C73F65;
}
.AnyTagClassName
{
color: #C73F65;
}
</style>
background-color css
<style>
a { background-color: #C73F65; }
a { background-color: rgb(199,63,101); }
div.DivClassName
{
background-color: #C73F65;
}
.BgClassName
{
background-color: #C73F65;
}
</style>
border-color css
<style>
span { border-color: #C73F65; }
span { border-color: rgb(199,63,101); }
td.TdClassName
{
border-color: #C73F65;
}
.TagClassName
{
border-color: #C73F65;
}
</style>