Shades of Cabaret #C7607C
Tints of Cabaret #C7607C
RGB
CMYK
RGB Variations
Color information
#C7607C (or 0xC7607C) is known color: Cabaret. HEX triplet: C7, 60 and 7C. RGB value is (199,96,124). Sum of RGB (Red+Green+Blue) = 199+96+124=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7607C is #389F83. Grayscale: #818181. Windows color (decimal): -3710852 or 8151239. OLE color: 8151239.
HSL color Cylindrical-coordinate representation of color #C7607C: hue angle of 343.69º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7607C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 124 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.22 |
| HSL | 343.69º | 0.48% | 0.58% | - |
| HSV(B) | 343.69º | 0.52% | 0.78% | - |
| XYZ | 31.37 | 21.96 | 21.65 | - |
| YUV | 129.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 124 | 0 | 0.52 | 0.38 | 0.22 | 343.69 | 0.48 | 0.58 |
| Hex | C7 | 60 | 7C | 0 | 34 | 26 | 16 | 158 | 30 | 3A |
| Octal | 307 | 140 | 174 | 0 | 64 | 46 | 26 | 530 | 60 | 72 |
| Binary | 11000111 | 1100000 | 1111100 | 0 | 110100 | 100110 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C7607C
Complementary color
Monochromatic Colors of #C7607C
Black with #C7607C
Text Example
Text Example
White with #C7607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7607C; }
p { color: rgb(199,96,124); }
H1.HeaderClassName
{
color: #C7607C;
}
.AnyTagClassName
{
color: #C7607C;
}
</style>
background-color css
<style>
a { background-color: #C7607C; }
a { background-color: rgb(199,96,124); }
div.DivClassName
{
background-color: #C7607C;
}
.BgClassName
{
background-color: #C7607C;
}
</style>
border-color css
<style>
span { border-color: #C7607C; }
span { border-color: rgb(199,96,124); }
td.TdClassName
{
border-color: #C7607C;
}
.TagClassName
{
border-color: #C7607C;
}
</style>