Shades of Cabaret #C74763
Tints of Cabaret #C74763
RGB
CMYK
RGB Variations
Color information
#C74763 (or 0xC74763) is known color: Cabaret. HEX triplet: C7, 47 and 63. RGB value is (199,71,99). Sum of RGB (Red+Green+Blue) = 199+71+99=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74763 is #38B89C. Grayscale: #707070. Windows color (decimal): -3717277 or 6506439. OLE color: 6506439.
HSL color Cylindrical-coordinate representation of color #C74763: hue angle of 346.88º 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 #C74763 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 99 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.22 |
| HSL | 346.88º | 0.53% | 0.53% | - |
| HSV(B) | 346.88º | 0.64% | 0.78% | - |
| XYZ | 28.06 | 17.55 | 13.71 | - |
| YUV | 112.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 99 | 0 | 0.64 | 0.50 | 0.22 | 346.88 | 0.53 | 0.53 |
| Hex | C7 | 47 | 63 | 0 | 40 | 32 | 16 | 15B | 35 | 35 |
| Octal | 307 | 107 | 143 | 0 | 100 | 62 | 26 | 533 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1100011 | 0 | 1000000 | 110010 | 10110 | 101011011 | 110101 | 110101 |
Color Harmonies of #C74763
Complementary color
Monochromatic Colors of #C74763
Black with #C74763
Text Example
Text Example
White with #C74763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74763; }
p { color: rgb(199,71,99); }
H1.HeaderClassName
{
color: #C74763;
}
.AnyTagClassName
{
color: #C74763;
}
</style>
background-color css
<style>
a { background-color: #C74763; }
a { background-color: rgb(199,71,99); }
div.DivClassName
{
background-color: #C74763;
}
.BgClassName
{
background-color: #C74763;
}
</style>
border-color css
<style>
span { border-color: #C74763; }
span { border-color: rgb(199,71,99); }
td.TdClassName
{
border-color: #C74763;
}
.TagClassName
{
border-color: #C74763;
}
</style>