Shades of Cabaret #C25975
Tints of Cabaret #C25975
RGB
CMYK
RGB Variations
Color information
#C25975 (or 0xC25975) is known color: Cabaret. HEX triplet: C2, 59 and 75. RGB value is (194,89,117). Sum of RGB (Red+Green+Blue) = 194+89+117=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25975 is #3DA68A. Grayscale: #7B7B7B. Windows color (decimal): -4040331 or 7690690. OLE color: 7690690.
HSL color Cylindrical-coordinate representation of color #C25975: hue angle of 344º 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 #C25975 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 117 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.24 |
| HSL | 344º | 0.46% | 0.55% | - |
| HSV(B) | 344º | 0.54% | 0.76% | - |
| XYZ | 29.03 | 19.9 | 19.14 | - |
| YUV | 123.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 117 | 0 | 0.54 | 0.40 | 0.24 | 344 | 0.46 | 0.55 |
| Hex | C2 | 59 | 75 | 0 | 36 | 28 | 18 | 158 | 2E | 37 |
| Octal | 302 | 131 | 165 | 0 | 66 | 50 | 30 | 530 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1110101 | 0 | 110110 | 101000 | 11000 | 101011000 | 101110 | 110111 |
Color Harmonies of #C25975
Complementary color
Monochromatic Colors of #C25975
Black with #C25975
Text Example
Text Example
White with #C25975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25975; }
p { color: rgb(194,89,117); }
H1.HeaderClassName
{
color: #C25975;
}
.AnyTagClassName
{
color: #C25975;
}
</style>
background-color css
<style>
a { background-color: #C25975; }
a { background-color: rgb(194,89,117); }
div.DivClassName
{
background-color: #C25975;
}
.BgClassName
{
background-color: #C25975;
}
</style>
border-color css
<style>
span { border-color: #C25975; }
span { border-color: rgb(194,89,117); }
td.TdClassName
{
border-color: #C25975;
}
.TagClassName
{
border-color: #C25975;
}
</style>