Shades of Cabaret #C25072
Tints of Cabaret #C25072
RGB
CMYK
RGB Variations
Color information
#C25072 (or 0xC25072) is known color: Cabaret. HEX triplet: C2, 50 and 72. RGB value is (194,80,114). Sum of RGB (Red+Green+Blue) = 194+80+114=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C25072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25072 is #3DAF8D. Grayscale: #757575. Windows color (decimal): -4042638 or 7491778. OLE color: 7491778.
HSL color Cylindrical-coordinate representation of color #C25072: hue angle of 342.11º 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 #C25072 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 114 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.24 |
| HSL | 342.11º | 0.48% | 0.54% | - |
| HSV(B) | 342.11º | 0.59% | 0.76% | - |
| XYZ | 28.15 | 18.42 | 17.99 | - |
| YUV | 117.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 114 | 0 | 0.59 | 0.41 | 0.24 | 342.11 | 0.48 | 0.54 |
| Hex | C2 | 50 | 72 | 0 | 3B | 29 | 18 | 156 | 30 | 36 |
| Octal | 302 | 120 | 162 | 0 | 73 | 51 | 30 | 526 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1110010 | 0 | 111011 | 101001 | 11000 | 101010110 | 110000 | 110110 |
Color Harmonies of #C25072
Complementary color
Monochromatic Colors of #C25072
Black with #C25072
Text Example
Text Example
White with #C25072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25072; }
p { color: rgb(194,80,114); }
H1.HeaderClassName
{
color: #C25072;
}
.AnyTagClassName
{
color: #C25072;
}
</style>
background-color css
<style>
a { background-color: #C25072; }
a { background-color: rgb(194,80,114); }
div.DivClassName
{
background-color: #C25072;
}
.BgClassName
{
background-color: #C25072;
}
</style>
border-color css
<style>
span { border-color: #C25072; }
span { border-color: rgb(194,80,114); }
td.TdClassName
{
border-color: #C25072;
}
.TagClassName
{
border-color: #C25072;
}
</style>