Shades of Cabaret #C74861
Tints of Cabaret #C74861
RGB
CMYK
RGB Variations
Color information
#C74861 (or 0xC74861) is known color: Cabaret. HEX triplet: C7, 48 and 61. RGB value is (199,72,97). Sum of RGB (Red+Green+Blue) = 199+72+97=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C74861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74861 is #38B79E. Grayscale: #707070. Windows color (decimal): -3717023 or 6375623. OLE color: 6375623.
HSL color Cylindrical-coordinate representation of color #C74861: hue angle of 348.19º 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 #C74861 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 97 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.22 |
| HSL | 348.19º | 0.53% | 0.53% | - |
| HSV(B) | 348.19º | 0.64% | 0.78% | - |
| XYZ | 28.03 | 17.64 | 13.24 | - |
| YUV | 112.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 97 | 0 | 0.64 | 0.51 | 0.22 | 348.19 | 0.53 | 0.53 |
| Hex | C7 | 48 | 61 | 0 | 40 | 33 | 16 | 15C | 35 | 35 |
| Octal | 307 | 110 | 141 | 0 | 100 | 63 | 26 | 534 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1100001 | 0 | 1000000 | 110011 | 10110 | 101011100 | 110101 | 110101 |
Color Harmonies of #C74861
Complementary color
Monochromatic Colors of #C74861
Black with #C74861
Text Example
Text Example
White with #C74861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74861; }
p { color: rgb(199,72,97); }
H1.HeaderClassName
{
color: #C74861;
}
.AnyTagClassName
{
color: #C74861;
}
</style>
background-color css
<style>
a { background-color: #C74861; }
a { background-color: rgb(199,72,97); }
div.DivClassName
{
background-color: #C74861;
}
.BgClassName
{
background-color: #C74861;
}
</style>
border-color css
<style>
span { border-color: #C74861; }
span { border-color: rgb(199,72,97); }
td.TdClassName
{
border-color: #C74861;
}
.TagClassName
{
border-color: #C74861;
}
</style>