Shades of Cabaret #C65865
Tints of Cabaret #C65865
RGB
CMYK
RGB Variations
Color information
#C65865 (or 0xC65865) is known color: Cabaret. HEX triplet: C6, 58 and 65. RGB value is (198,88,101). Sum of RGB (Red+Green+Blue) = 198+88+101=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C65865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65865 is #39A79A. Grayscale: #7A7A7A. Windows color (decimal): -3778459 or 6641862. OLE color: 6641862.
HSL color Cylindrical-coordinate representation of color #C65865: hue angle of 352.91º 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 #C65865 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 101 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 352.91º | 0.49% | 0.56% | - |
| HSV(B) | 352.91º | 0.56% | 0.78% | - |
| XYZ | 29.13 | 19.92 | 14.62 | - |
| YUV | 122.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 101 | 0 | 0.56 | 0.49 | 0.22 | 352.91 | 0.49 | 0.56 |
| Hex | C6 | 58 | 65 | 0 | 38 | 31 | 16 | 161 | 31 | 38 |
| Octal | 306 | 130 | 145 | 0 | 70 | 61 | 26 | 541 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1100101 | 0 | 111000 | 110001 | 10110 | 101100001 | 110001 | 111000 |
Color Harmonies of #C65865
Complementary color
Monochromatic Colors of #C65865
Black with #C65865
Text Example
Text Example
White with #C65865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65865; }
p { color: rgb(198,88,101); }
H1.HeaderClassName
{
color: #C65865;
}
.AnyTagClassName
{
color: #C65865;
}
</style>
background-color css
<style>
a { background-color: #C65865; }
a { background-color: rgb(198,88,101); }
div.DivClassName
{
background-color: #C65865;
}
.BgClassName
{
background-color: #C65865;
}
</style>
border-color css
<style>
span { border-color: #C65865; }
span { border-color: rgb(198,88,101); }
td.TdClassName
{
border-color: #C65865;
}
.TagClassName
{
border-color: #C65865;
}
</style>