Shades of Cabaret #C25071
Tints of Cabaret #C25071
RGB
CMYK
RGB Variations
Color information
#C25071 (or 0xC25071) is known color: Cabaret. HEX triplet: C2, 50 and 71. RGB value is (194,80,113). Sum of RGB (Red+Green+Blue) = 194+80+113=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25071 is #3DAF8E. Grayscale: #757575. Windows color (decimal): -4042639 or 7426242. OLE color: 7426242.
HSL color Cylindrical-coordinate representation of color #C25071: hue angle of 342.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25071 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 113 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.24 |
| HSL | 342.63º | 0.48% | 0.54% | - |
| HSV(B) | 342.63º | 0.59% | 0.76% | - |
| XYZ | 28.1 | 18.4 | 17.69 | - |
| YUV | 117.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 113 | 0 | 0.59 | 0.42 | 0.24 | 342.63 | 0.48 | 0.54 |
| Hex | C2 | 50 | 71 | 0 | 3B | 2A | 18 | 157 | 30 | 36 |
| Octal | 302 | 120 | 161 | 0 | 73 | 52 | 30 | 527 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1110001 | 0 | 111011 | 101010 | 11000 | 101010111 | 110000 | 110110 |
Color Harmonies of #C25071
Complementary color
Monochromatic Colors of #C25071
Black with #C25071
Text Example
Text Example
White with #C25071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25071; }
p { color: rgb(194,80,113); }
H1.HeaderClassName
{
color: #C25071;
}
.AnyTagClassName
{
color: #C25071;
}
</style>
background-color css
<style>
a { background-color: #C25071; }
a { background-color: rgb(194,80,113); }
div.DivClassName
{
background-color: #C25071;
}
.BgClassName
{
background-color: #C25071;
}
</style>
border-color css
<style>
span { border-color: #C25071; }
span { border-color: rgb(194,80,113); }
td.TdClassName
{
border-color: #C25071;
}
.TagClassName
{
border-color: #C25071;
}
</style>