Shades of Cabaret #C65070
Tints of Cabaret #C65070
RGB
CMYK
RGB Variations
Color information
#C65070 (or 0xC65070) is known color: Cabaret. HEX triplet: C6, 50 and 70. RGB value is (198,80,112). Sum of RGB (Red+Green+Blue) = 198+80+112=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C65070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65070 is #39AF8F. Grayscale: #767676. Windows color (decimal): -3780496 or 7360710. OLE color: 7360710.
HSL color Cylindrical-coordinate representation of color #C65070: hue angle of 343.73º degrees, saturation: 0.51, 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 #C65070 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 112 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.22 |
| HSL | 343.73º | 0.51% | 0.55% | - |
| HSV(B) | 343.73º | 0.6% | 0.78% | - |
| XYZ | 29.08 | 18.91 | 17.45 | - |
| YUV | 118.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 112 | 0 | 0.60 | 0.43 | 0.22 | 343.73 | 0.51 | 0.55 |
| Hex | C6 | 50 | 70 | 0 | 3C | 2B | 16 | 158 | 33 | 37 |
| Octal | 306 | 120 | 160 | 0 | 74 | 53 | 26 | 530 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1110000 | 0 | 111100 | 101011 | 10110 | 101011000 | 110011 | 110111 |
Color Harmonies of #C65070
Complementary color
Monochromatic Colors of #C65070
Black with #C65070
Text Example
Text Example
White with #C65070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65070; }
p { color: rgb(198,80,112); }
H1.HeaderClassName
{
color: #C65070;
}
.AnyTagClassName
{
color: #C65070;
}
</style>
background-color css
<style>
a { background-color: #C65070; }
a { background-color: rgb(198,80,112); }
div.DivClassName
{
background-color: #C65070;
}
.BgClassName
{
background-color: #C65070;
}
</style>
border-color css
<style>
span { border-color: #C65070; }
span { border-color: rgb(198,80,112); }
td.TdClassName
{
border-color: #C65070;
}
.TagClassName
{
border-color: #C65070;
}
</style>