Shades of Cabaret #C7637C
Tints of Cabaret #C7637C
RGB
CMYK
RGB Variations
Color information
#C7637C (or 0xC7637C) is known color: Cabaret. HEX triplet: C7, 63 and 7C. RGB value is (199,99,124). Sum of RGB (Red+Green+Blue) = 199+99+124=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7637C is #389C83. Grayscale: #838383. Windows color (decimal): -3710084 or 8152007. OLE color: 8152007.
HSL color Cylindrical-coordinate representation of color #C7637C: hue angle of 345º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7637C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 124 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.22 |
| HSL | 345º | 0.47% | 0.58% | - |
| HSV(B) | 345º | 0.5% | 0.78% | - |
| XYZ | 31.65 | 22.52 | 21.75 | - |
| YUV | 131.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 124 | 0 | 0.50 | 0.38 | 0.22 | 345 | 0.47 | 0.58 |
| Hex | C7 | 63 | 7C | 0 | 32 | 26 | 16 | 159 | 2F | 3A |
| Octal | 307 | 143 | 174 | 0 | 62 | 46 | 26 | 531 | 57 | 72 |
| Binary | 11000111 | 1100011 | 1111100 | 0 | 110010 | 100110 | 10110 | 101011001 | 101111 | 111010 |
Color Harmonies of #C7637C
Complementary color
Monochromatic Colors of #C7637C
Black with #C7637C
Text Example
Text Example
White with #C7637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7637C; }
p { color: rgb(199,99,124); }
H1.HeaderClassName
{
color: #C7637C;
}
.AnyTagClassName
{
color: #C7637C;
}
</style>
background-color css
<style>
a { background-color: #C7637C; }
a { background-color: rgb(199,99,124); }
div.DivClassName
{
background-color: #C7637C;
}
.BgClassName
{
background-color: #C7637C;
}
</style>
border-color css
<style>
span { border-color: #C7637C; }
span { border-color: rgb(199,99,124); }
td.TdClassName
{
border-color: #C7637C;
}
.TagClassName
{
border-color: #C7637C;
}
</style>