Shades of Cabaret #C74D6D
Tints of Cabaret #C74D6D
RGB
CMYK
RGB Variations
Color information
#C74D6D (or 0xC74D6D) is known color: Cabaret. HEX triplet: C7, 4D and 6D. RGB value is (199,77,109). Sum of RGB (Red+Green+Blue) = 199+77+109=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D6D is #38B292. Grayscale: #757575. Windows color (decimal): -3715731 or 7163335. OLE color: 7163335.
HSL color Cylindrical-coordinate representation of color #C74D6D: hue angle of 344.26º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D6D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 109 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.22 |
| HSL | 344.26º | 0.52% | 0.54% | - |
| HSV(B) | 344.26º | 0.61% | 0.78% | - |
| XYZ | 28.97 | 18.55 | 16.52 | - |
| YUV | 117.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 109 | 0 | 0.61 | 0.45 | 0.22 | 344.26 | 0.52 | 0.54 |
| Hex | C7 | 4D | 6D | 0 | 3D | 2D | 16 | 158 | 34 | 36 |
| Octal | 307 | 115 | 155 | 0 | 75 | 55 | 26 | 530 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1101101 | 0 | 111101 | 101101 | 10110 | 101011000 | 110100 | 110110 |
Color Harmonies of #C74D6D
Complementary color
Monochromatic Colors of #C74D6D
Black with #C74D6D
Text Example
Text Example
White with #C74D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D6D; }
p { color: rgb(199,77,109); }
H1.HeaderClassName
{
color: #C74D6D;
}
.AnyTagClassName
{
color: #C74D6D;
}
</style>
background-color css
<style>
a { background-color: #C74D6D; }
a { background-color: rgb(199,77,109); }
div.DivClassName
{
background-color: #C74D6D;
}
.BgClassName
{
background-color: #C74D6D;
}
</style>
border-color css
<style>
span { border-color: #C74D6D; }
span { border-color: rgb(199,77,109); }
td.TdClassName
{
border-color: #C74D6D;
}
.TagClassName
{
border-color: #C74D6D;
}
</style>