Shades of Cabaret #C65574
Tints of Cabaret #C65574
RGB
CMYK
RGB Variations
Color information
#C65574 (or 0xC65574) is known color: Cabaret. HEX triplet: C6, 55 and 74. RGB value is (198,85,116). Sum of RGB (Red+Green+Blue) = 198+85+116=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65574 is #39AA8B. Grayscale: #7A7A7A. Windows color (decimal): -3779212 or 7624134. OLE color: 7624134.
HSL color Cylindrical-coordinate representation of color #C65574: hue angle of 343.54º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65574 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 116 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.22 |
| HSL | 343.54º | 0.5% | 0.55% | - |
| HSV(B) | 343.54º | 0.57% | 0.78% | - |
| XYZ | 29.69 | 19.76 | 18.77 | - |
| YUV | 122.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 116 | 0 | 0.57 | 0.41 | 0.22 | 343.54 | 0.5 | 0.55 |
| Hex | C6 | 55 | 74 | 0 | 39 | 29 | 16 | 158 | 32 | 37 |
| Octal | 306 | 125 | 164 | 0 | 71 | 51 | 26 | 530 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1110100 | 0 | 111001 | 101001 | 10110 | 101011000 | 110010 | 110111 |
Color Harmonies of #C65574
Complementary color
Monochromatic Colors of #C65574
Black with #C65574
Text Example
Text Example
White with #C65574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65574; }
p { color: rgb(198,85,116); }
H1.HeaderClassName
{
color: #C65574;
}
.AnyTagClassName
{
color: #C65574;
}
</style>
background-color css
<style>
a { background-color: #C65574; }
a { background-color: rgb(198,85,116); }
div.DivClassName
{
background-color: #C65574;
}
.BgClassName
{
background-color: #C65574;
}
</style>
border-color css
<style>
span { border-color: #C65574; }
span { border-color: rgb(198,85,116); }
td.TdClassName
{
border-color: #C65574;
}
.TagClassName
{
border-color: #C65574;
}
</style>