Shades of Cabaret #C74862
Tints of Cabaret #C74862
RGB
CMYK
RGB Variations
Color information
#C74862 (or 0xC74862) is known color: Cabaret. HEX triplet: C7, 48 and 62. RGB value is (199,72,98). Sum of RGB (Red+Green+Blue) = 199+72+98=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74862 is #38B79D. Grayscale: #707070. Windows color (decimal): -3717022 or 6441159. OLE color: 6441159.
HSL color Cylindrical-coordinate representation of color #C74862: hue angle of 347.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74862 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 98 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.22 |
| HSL | 347.72º | 0.53% | 0.53% | - |
| HSV(B) | 347.72º | 0.64% | 0.78% | - |
| XYZ | 28.08 | 17.66 | 13.48 | - |
| YUV | 112.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 98 | 0 | 0.64 | 0.51 | 0.22 | 347.72 | 0.53 | 0.53 |
| Hex | C7 | 48 | 62 | 0 | 40 | 33 | 16 | 15C | 35 | 35 |
| Octal | 307 | 110 | 142 | 0 | 100 | 63 | 26 | 534 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1100010 | 0 | 1000000 | 110011 | 10110 | 101011100 | 110101 | 110101 |
Color Harmonies of #C74862
Complementary color
Monochromatic Colors of #C74862
Black with #C74862
Text Example
Text Example
White with #C74862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74862; }
p { color: rgb(199,72,98); }
H1.HeaderClassName
{
color: #C74862;
}
.AnyTagClassName
{
color: #C74862;
}
</style>
background-color css
<style>
a { background-color: #C74862; }
a { background-color: rgb(199,72,98); }
div.DivClassName
{
background-color: #C74862;
}
.BgClassName
{
background-color: #C74862;
}
</style>
border-color css
<style>
span { border-color: #C74862; }
span { border-color: rgb(199,72,98); }
td.TdClassName
{
border-color: #C74862;
}
.TagClassName
{
border-color: #C74862;
}
</style>