Shades of Cabaret #C65770
Tints of Cabaret #C65770
RGB
CMYK
RGB Variations
Color information
#C65770 (or 0xC65770) is known color: Cabaret. HEX triplet: C6, 57 and 70. RGB value is (198,87,112). Sum of RGB (Red+Green+Blue) = 198+87+112=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65770 is #39A88F. Grayscale: #7B7B7B. Windows color (decimal): -3778704 or 7362502. OLE color: 7362502.
HSL color Cylindrical-coordinate representation of color #C65770: hue angle of 346.49º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65770 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 112 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.22 |
| HSL | 346.49º | 0.49% | 0.56% | - |
| HSV(B) | 346.49º | 0.56% | 0.78% | - |
| XYZ | 29.62 | 19.99 | 17.63 | - |
| YUV | 123.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 112 | 0 | 0.56 | 0.43 | 0.22 | 346.49 | 0.49 | 0.56 |
| Hex | C6 | 57 | 70 | 0 | 38 | 2B | 16 | 15A | 31 | 38 |
| Octal | 306 | 127 | 160 | 0 | 70 | 53 | 26 | 532 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1110000 | 0 | 111000 | 101011 | 10110 | 101011010 | 110001 | 111000 |
Color Harmonies of #C65770
Complementary color
Monochromatic Colors of #C65770
Black with #C65770
Text Example
Text Example
White with #C65770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65770; }
p { color: rgb(198,87,112); }
H1.HeaderClassName
{
color: #C65770;
}
.AnyTagClassName
{
color: #C65770;
}
</style>
background-color css
<style>
a { background-color: #C65770; }
a { background-color: rgb(198,87,112); }
div.DivClassName
{
background-color: #C65770;
}
.BgClassName
{
background-color: #C65770;
}
</style>
border-color css
<style>
span { border-color: #C65770; }
span { border-color: rgb(198,87,112); }
td.TdClassName
{
border-color: #C65770;
}
.TagClassName
{
border-color: #C65770;
}
</style>