Shades of Cabaret #C65478
Tints of Cabaret #C65478
RGB
CMYK
RGB Variations
Color information
#C65478 (or 0xC65478) is known color: Cabaret. HEX triplet: C6, 54 and 78. RGB value is (198,84,120). Sum of RGB (Red+Green+Blue) = 198+84+120=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65478 is #39AB87. Grayscale: #7A7A7A. Windows color (decimal): -3779464 or 7886022. OLE color: 7886022.
HSL color Cylindrical-coordinate representation of color #C65478: hue angle of 341.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65478 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 120 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.22 |
| HSL | 341.05º | 0.5% | 0.55% | - |
| HSV(B) | 341.05º | 0.58% | 0.78% | - |
| XYZ | 29.85 | 19.7 | 20 | - |
| YUV | 122.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 120 | 0 | 0.58 | 0.39 | 0.22 | 341.05 | 0.5 | 0.55 |
| Hex | C6 | 54 | 78 | 0 | 3A | 27 | 16 | 155 | 32 | 37 |
| Octal | 306 | 124 | 170 | 0 | 72 | 47 | 26 | 525 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1111000 | 0 | 111010 | 100111 | 10110 | 101010101 | 110010 | 110111 |
Color Harmonies of #C65478
Complementary color
Monochromatic Colors of #C65478
Black with #C65478
Text Example
Text Example
White with #C65478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65478; }
p { color: rgb(198,84,120); }
H1.HeaderClassName
{
color: #C65478;
}
.AnyTagClassName
{
color: #C65478;
}
</style>
background-color css
<style>
a { background-color: #C65478; }
a { background-color: rgb(198,84,120); }
div.DivClassName
{
background-color: #C65478;
}
.BgClassName
{
background-color: #C65478;
}
</style>
border-color css
<style>
span { border-color: #C65478; }
span { border-color: rgb(198,84,120); }
td.TdClassName
{
border-color: #C65478;
}
.TagClassName
{
border-color: #C65478;
}
</style>