Shades of Cabaret #C25A71
Tints of Cabaret #C25A71
RGB
CMYK
RGB Variations
Color information
#C25A71 (or 0xC25A71) is known color: Cabaret. HEX triplet: C2, 5A and 71. RGB value is (194,90,113). Sum of RGB (Red+Green+Blue) = 194+90+113=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A71 is #3DA58E. Grayscale: #7B7B7B. Windows color (decimal): -4040079 or 7428802. OLE color: 7428802.
HSL color Cylindrical-coordinate representation of color #C25A71: hue angle of 346.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A71 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 113 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.24 |
| HSL | 346.73º | 0.46% | 0.56% | - |
| HSV(B) | 346.73º | 0.54% | 0.76% | - |
| XYZ | 28.88 | 19.97 | 17.96 | - |
| YUV | 123.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 113 | 0 | 0.54 | 0.42 | 0.24 | 346.73 | 0.46 | 0.56 |
| Hex | C2 | 5A | 71 | 0 | 36 | 2A | 18 | 15B | 2E | 38 |
| Octal | 302 | 132 | 161 | 0 | 66 | 52 | 30 | 533 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1110001 | 0 | 110110 | 101010 | 11000 | 101011011 | 101110 | 111000 |
Color Harmonies of #C25A71
Complementary color
Monochromatic Colors of #C25A71
Black with #C25A71
Text Example
Text Example
White with #C25A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A71; }
p { color: rgb(194,90,113); }
H1.HeaderClassName
{
color: #C25A71;
}
.AnyTagClassName
{
color: #C25A71;
}
</style>
background-color css
<style>
a { background-color: #C25A71; }
a { background-color: rgb(194,90,113); }
div.DivClassName
{
background-color: #C25A71;
}
.BgClassName
{
background-color: #C25A71;
}
</style>
border-color css
<style>
span { border-color: #C25A71; }
span { border-color: rgb(194,90,113); }
td.TdClassName
{
border-color: #C25A71;
}
.TagClassName
{
border-color: #C25A71;
}
</style>