Shades of Cabaret #C74F6A
Tints of Cabaret #C74F6A
RGB
CMYK
RGB Variations
Color information
#C74F6A (or 0xC74F6A) is known color: Cabaret. HEX triplet: C7, 4F and 6A. RGB value is (199,79,106). Sum of RGB (Red+Green+Blue) = 199+79+106=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F6A is #38B095. Grayscale: #757575. Windows color (decimal): -3715222 or 6967239. OLE color: 6967239.
HSL color Cylindrical-coordinate representation of color #C74F6A: hue angle of 346.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F6A is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 106 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.22 |
| HSL | 346.5º | 0.52% | 0.55% | - |
| HSV(B) | 346.5º | 0.6% | 0.78% | - |
| XYZ | 28.95 | 18.77 | 15.73 | - |
| YUV | 117.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 106 | 0 | 0.60 | 0.47 | 0.22 | 346.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 6A | 0 | 3C | 2F | 16 | 15A | 34 | 37 |
| Octal | 307 | 117 | 152 | 0 | 74 | 57 | 26 | 532 | 64 | 67 |
| Binary | 11000111 | 1001111 | 1101010 | 0 | 111100 | 101111 | 10110 | 101011010 | 110100 | 110111 |
Color Harmonies of #C74F6A
Complementary color
Monochromatic Colors of #C74F6A
Black with #C74F6A
Text Example
Text Example
White with #C74F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F6A; }
p { color: rgb(199,79,106); }
H1.HeaderClassName
{
color: #C74F6A;
}
.AnyTagClassName
{
color: #C74F6A;
}
</style>
background-color css
<style>
a { background-color: #C74F6A; }
a { background-color: rgb(199,79,106); }
div.DivClassName
{
background-color: #C74F6A;
}
.BgClassName
{
background-color: #C74F6A;
}
</style>
border-color css
<style>
span { border-color: #C74F6A; }
span { border-color: rgb(199,79,106); }
td.TdClassName
{
border-color: #C74F6A;
}
.TagClassName
{
border-color: #C74F6A;
}
</style>