Shades of Cabaret #C74E67
Tints of Cabaret #C74E67
RGB
CMYK
RGB Variations
Color information
#C74E67 (or 0xC74E67) is known color: Cabaret. HEX triplet: C7, 4E and 67. RGB value is (199,78,103). Sum of RGB (Red+Green+Blue) = 199+78+103=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E67 is #38B198. Grayscale: #757575. Windows color (decimal): -3715481 or 6770375. OLE color: 6770375.
HSL color Cylindrical-coordinate representation of color #C74E67: hue angle of 347.6º 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 #C74E67 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 78 | 103 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.22 |
| HSL | 347.6º | 0.52% | 0.54% | - |
| HSV(B) | 347.6º | 0.61% | 0.78% | - |
| XYZ | 28.73 | 18.57 | 14.9 | - |
| YUV | 117.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 103 | 0 | 0.61 | 0.48 | 0.22 | 347.6 | 0.52 | 0.54 |
| Hex | C7 | 4E | 67 | 0 | 3D | 30 | 16 | 15C | 34 | 36 |
| Octal | 307 | 116 | 147 | 0 | 75 | 60 | 26 | 534 | 64 | 66 |
| Binary | 11000111 | 1001110 | 1100111 | 0 | 111101 | 110000 | 10110 | 101011100 | 110100 | 110110 |
Color Harmonies of #C74E67
Complementary color
Monochromatic Colors of #C74E67
Black with #C74E67
Text Example
Text Example
White with #C74E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74E67; }
p { color: rgb(199,78,103); }
H1.HeaderClassName
{
color: #C74E67;
}
.AnyTagClassName
{
color: #C74E67;
}
</style>
background-color css
<style>
a { background-color: #C74E67; }
a { background-color: rgb(199,78,103); }
div.DivClassName
{
background-color: #C74E67;
}
.BgClassName
{
background-color: #C74E67;
}
</style>
border-color css
<style>
span { border-color: #C74E67; }
span { border-color: rgb(199,78,103); }
td.TdClassName
{
border-color: #C74E67;
}
.TagClassName
{
border-color: #C74E67;
}
</style>