Shades of Cabaret #C65874
Tints of Cabaret #C65874
RGB
CMYK
RGB Variations
Color information
#C65874 (or 0xC65874) is known color: Cabaret. HEX triplet: C6, 58 and 74. RGB value is (198,88,116). Sum of RGB (Red+Green+Blue) = 198+88+116=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65874 is #39A78B. Grayscale: #7C7C7C. Windows color (decimal): -3778444 or 7624902. OLE color: 7624902.
HSL color Cylindrical-coordinate representation of color #C65874: hue angle of 344.73º 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 #C65874 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 116 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.22 |
| HSL | 344.73º | 0.49% | 0.56% | - |
| HSV(B) | 344.73º | 0.56% | 0.78% | - |
| XYZ | 29.93 | 20.25 | 18.85 | - |
| YUV | 124.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 116 | 0 | 0.56 | 0.41 | 0.22 | 344.73 | 0.49 | 0.56 |
| Hex | C6 | 58 | 74 | 0 | 38 | 29 | 16 | 159 | 31 | 38 |
| Octal | 306 | 130 | 164 | 0 | 70 | 51 | 26 | 531 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1110100 | 0 | 111000 | 101001 | 10110 | 101011001 | 110001 | 111000 |
Color Harmonies of #C65874
Complementary color
Monochromatic Colors of #C65874
Black with #C65874
Text Example
Text Example
White with #C65874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65874; }
p { color: rgb(198,88,116); }
H1.HeaderClassName
{
color: #C65874;
}
.AnyTagClassName
{
color: #C65874;
}
</style>
background-color css
<style>
a { background-color: #C65874; }
a { background-color: rgb(198,88,116); }
div.DivClassName
{
background-color: #C65874;
}
.BgClassName
{
background-color: #C65874;
}
</style>
border-color css
<style>
span { border-color: #C65874; }
span { border-color: rgb(198,88,116); }
td.TdClassName
{
border-color: #C65874;
}
.TagClassName
{
border-color: #C65874;
}
</style>