Shades of Cabaret #C25E72
Tints of Cabaret #C25E72
RGB
CMYK
RGB Variations
Color information
#C25E72 (or 0xC25E72) is known color: Cabaret. HEX triplet: C2, 5E and 72. RGB value is (194,94,114). Sum of RGB (Red+Green+Blue) = 194+94+114=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E72 is #3DA18D. Grayscale: #7E7E7E. Windows color (decimal): -4039054 or 7495362. OLE color: 7495362.
HSL color Cylindrical-coordinate representation of color #C25E72: hue angle of 348º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E72 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 114 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.24 |
| HSL | 348º | 0.45% | 0.56% | - |
| HSV(B) | 348º | 0.52% | 0.76% | - |
| XYZ | 29.29 | 20.69 | 18.37 | - |
| YUV | 126.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 114 | 0 | 0.52 | 0.41 | 0.24 | 348 | 0.45 | 0.56 |
| Hex | C2 | 5E | 72 | 0 | 34 | 29 | 18 | 15C | 2D | 38 |
| Octal | 302 | 136 | 162 | 0 | 64 | 51 | 30 | 534 | 55 | 70 |
| Binary | 11000010 | 1011110 | 1110010 | 0 | 110100 | 101001 | 11000 | 101011100 | 101101 | 111000 |
Color Harmonies of #C25E72
Complementary color
Monochromatic Colors of #C25E72
Black with #C25E72
Text Example
Text Example
White with #C25E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E72; }
p { color: rgb(194,94,114); }
H1.HeaderClassName
{
color: #C25E72;
}
.AnyTagClassName
{
color: #C25E72;
}
</style>
background-color css
<style>
a { background-color: #C25E72; }
a { background-color: rgb(194,94,114); }
div.DivClassName
{
background-color: #C25E72;
}
.BgClassName
{
background-color: #C25E72;
}
</style>
border-color css
<style>
span { border-color: #C25E72; }
span { border-color: rgb(194,94,114); }
td.TdClassName
{
border-color: #C25E72;
}
.TagClassName
{
border-color: #C25E72;
}
</style>