Shades of Cabaret #C65765
Tints of Cabaret #C65765
RGB
CMYK
RGB Variations
Color information
#C65765 (or 0xC65765) is known color: Cabaret. HEX triplet: C6, 57 and 65. RGB value is (198,87,101). Sum of RGB (Red+Green+Blue) = 198+87+101=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C65765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65765 is #39A89A. Grayscale: #797979. Windows color (decimal): -3778715 or 6641606. OLE color: 6641606.
HSL color Cylindrical-coordinate representation of color #C65765: hue angle of 352.43º 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 #C65765 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 101 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 352.43º | 0.49% | 0.56% | - |
| HSV(B) | 352.43º | 0.56% | 0.78% | - |
| XYZ | 29.05 | 19.76 | 14.6 | - |
| YUV | 121.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 101 | 0 | 0.56 | 0.49 | 0.22 | 352.43 | 0.49 | 0.56 |
| Hex | C6 | 57 | 65 | 0 | 38 | 31 | 16 | 160 | 31 | 38 |
| Octal | 306 | 127 | 145 | 0 | 70 | 61 | 26 | 540 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1100101 | 0 | 111000 | 110001 | 10110 | 101100000 | 110001 | 111000 |
Color Harmonies of #C65765
Complementary color
Monochromatic Colors of #C65765
Black with #C65765
Text Example
Text Example
White with #C65765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65765; }
p { color: rgb(198,87,101); }
H1.HeaderClassName
{
color: #C65765;
}
.AnyTagClassName
{
color: #C65765;
}
</style>
background-color css
<style>
a { background-color: #C65765; }
a { background-color: rgb(198,87,101); }
div.DivClassName
{
background-color: #C65765;
}
.BgClassName
{
background-color: #C65765;
}
</style>
border-color css
<style>
span { border-color: #C65765; }
span { border-color: rgb(198,87,101); }
td.TdClassName
{
border-color: #C65765;
}
.TagClassName
{
border-color: #C65765;
}
</style>