Shades of Cabaret #C65768
Tints of Cabaret #C65768
RGB
CMYK
RGB Variations
Color information
#C65768 (or 0xC65768) is known color: Cabaret. HEX triplet: C6, 57 and 68. RGB value is (198,87,104). Sum of RGB (Red+Green+Blue) = 198+87+104=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65768 is #39A897. Grayscale: #7A7A7A. Windows color (decimal): -3778712 or 6838214. OLE color: 6838214.
HSL color Cylindrical-coordinate representation of color #C65768: hue angle of 350.81º 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 #C65768 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 104 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.22 |
| HSL | 350.81º | 0.49% | 0.56% | - |
| HSV(B) | 350.81º | 0.56% | 0.78% | - |
| XYZ | 29.2 | 19.82 | 15.38 | - |
| YUV | 122.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 104 | 0 | 0.56 | 0.47 | 0.22 | 350.81 | 0.49 | 0.56 |
| Hex | C6 | 57 | 68 | 0 | 38 | 2F | 16 | 15F | 31 | 38 |
| Octal | 306 | 127 | 150 | 0 | 70 | 57 | 26 | 537 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1101000 | 0 | 111000 | 101111 | 10110 | 101011111 | 110001 | 111000 |
Color Harmonies of #C65768
Complementary color
Monochromatic Colors of #C65768
Black with #C65768
Text Example
Text Example
White with #C65768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65768; }
p { color: rgb(198,87,104); }
H1.HeaderClassName
{
color: #C65768;
}
.AnyTagClassName
{
color: #C65768;
}
</style>
background-color css
<style>
a { background-color: #C65768; }
a { background-color: rgb(198,87,104); }
div.DivClassName
{
background-color: #C65768;
}
.BgClassName
{
background-color: #C65768;
}
</style>
border-color css
<style>
span { border-color: #C65768; }
span { border-color: rgb(198,87,104); }
td.TdClassName
{
border-color: #C65768;
}
.TagClassName
{
border-color: #C65768;
}
</style>