Shades of Cabaret #C25878
Tints of Cabaret #C25878
RGB
CMYK
RGB Variations
Color information
#C25878 (or 0xC25878) is known color: Cabaret. HEX triplet: C2, 58 and 78. RGB value is (194,88,120). Sum of RGB (Red+Green+Blue) = 194+88+120=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C25878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25878 is #3DA787. Grayscale: #7B7B7B. Windows color (decimal): -4040584 or 7887042. OLE color: 7887042.
HSL color Cylindrical-coordinate representation of color #C25878: hue angle of 341.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25878 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 120 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.24 |
| HSL | 341.89º | 0.46% | 0.55% | - |
| HSV(B) | 341.89º | 0.55% | 0.76% | - |
| XYZ | 29.13 | 19.8 | 20.06 | - |
| YUV | 123.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 120 | 0 | 0.55 | 0.38 | 0.24 | 341.89 | 0.46 | 0.55 |
| Hex | C2 | 58 | 78 | 0 | 37 | 26 | 18 | 156 | 2E | 37 |
| Octal | 302 | 130 | 170 | 0 | 67 | 46 | 30 | 526 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1111000 | 0 | 110111 | 100110 | 11000 | 101010110 | 101110 | 110111 |
Color Harmonies of #C25878
Complementary color
Monochromatic Colors of #C25878
Black with #C25878
Text Example
Text Example
White with #C25878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25878; }
p { color: rgb(194,88,120); }
H1.HeaderClassName
{
color: #C25878;
}
.AnyTagClassName
{
color: #C25878;
}
</style>
background-color css
<style>
a { background-color: #C25878; }
a { background-color: rgb(194,88,120); }
div.DivClassName
{
background-color: #C25878;
}
.BgClassName
{
background-color: #C25878;
}
</style>
border-color css
<style>
span { border-color: #C25878; }
span { border-color: rgb(194,88,120); }
td.TdClassName
{
border-color: #C25878;
}
.TagClassName
{
border-color: #C25878;
}
</style>