Shades of Cabaret #C65F78
Tints of Cabaret #C65F78
RGB
CMYK
RGB Variations
Color information
#C65F78 (or 0xC65F78) is known color: Cabaret. HEX triplet: C6, 5F and 78. RGB value is (198,95,120). Sum of RGB (Red+Green+Blue) = 198+95+120=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F78 is #39A087. Grayscale: #808080. Windows color (decimal): -3776648 or 7888838. OLE color: 7888838.
HSL color Cylindrical-coordinate representation of color #C65F78: hue angle of 345.44º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F78 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 120 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.22 |
| HSL | 345.44º | 0.47% | 0.57% | - |
| HSV(B) | 345.44º | 0.52% | 0.78% | - |
| XYZ | 30.77 | 21.55 | 20.31 | - |
| YUV | 128.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 120 | 0 | 0.52 | 0.39 | 0.22 | 345.44 | 0.47 | 0.57 |
| Hex | C6 | 5F | 78 | 0 | 34 | 27 | 16 | 159 | 2F | 39 |
| Octal | 306 | 137 | 170 | 0 | 64 | 47 | 26 | 531 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1111000 | 0 | 110100 | 100111 | 10110 | 101011001 | 101111 | 111001 |
Color Harmonies of #C65F78
Complementary color
Monochromatic Colors of #C65F78
Black with #C65F78
Text Example
Text Example
White with #C65F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F78; }
p { color: rgb(198,95,120); }
H1.HeaderClassName
{
color: #C65F78;
}
.AnyTagClassName
{
color: #C65F78;
}
</style>
background-color css
<style>
a { background-color: #C65F78; }
a { background-color: rgb(198,95,120); }
div.DivClassName
{
background-color: #C65F78;
}
.BgClassName
{
background-color: #C65F78;
}
</style>
border-color css
<style>
span { border-color: #C65F78; }
span { border-color: rgb(198,95,120); }
td.TdClassName
{
border-color: #C65F78;
}
.TagClassName
{
border-color: #C65F78;
}
</style>