Shades of Cabaret #C25974
Tints of Cabaret #C25974
RGB
CMYK
RGB Variations
Color information
#C25974 (or 0xC25974) is known color: Cabaret. HEX triplet: C2, 59 and 74. RGB value is (194,89,116). Sum of RGB (Red+Green+Blue) = 194+89+116=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C25974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25974 is #3DA68B. Grayscale: #7B7B7B. Windows color (decimal): -4040332 or 7625154. OLE color: 7625154.
HSL color Cylindrical-coordinate representation of color #C25974: hue angle of 344.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25974 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 116 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.24 |
| HSL | 344.57º | 0.46% | 0.55% | - |
| HSV(B) | 344.57º | 0.54% | 0.76% | - |
| XYZ | 28.97 | 19.88 | 18.83 | - |
| YUV | 123.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 116 | 0 | 0.54 | 0.40 | 0.24 | 344.57 | 0.46 | 0.55 |
| Hex | C2 | 59 | 74 | 0 | 36 | 28 | 18 | 159 | 2E | 37 |
| Octal | 302 | 131 | 164 | 0 | 66 | 50 | 30 | 531 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1110100 | 0 | 110110 | 101000 | 11000 | 101011001 | 101110 | 110111 |
Color Harmonies of #C25974
Complementary color
Monochromatic Colors of #C25974
Black with #C25974
Text Example
Text Example
White with #C25974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25974; }
p { color: rgb(194,89,116); }
H1.HeaderClassName
{
color: #C25974;
}
.AnyTagClassName
{
color: #C25974;
}
</style>
background-color css
<style>
a { background-color: #C25974; }
a { background-color: rgb(194,89,116); }
div.DivClassName
{
background-color: #C25974;
}
.BgClassName
{
background-color: #C25974;
}
</style>
border-color css
<style>
span { border-color: #C25974; }
span { border-color: rgb(194,89,116); }
td.TdClassName
{
border-color: #C25974;
}
.TagClassName
{
border-color: #C25974;
}
</style>