Shades of Cabaret #C25273
Tints of Cabaret #C25273
RGB
CMYK
RGB Variations
Color information
#C25273 (or 0xC25273) is known color: Cabaret. HEX triplet: C2, 52 and 73. RGB value is (194,82,115). Sum of RGB (Red+Green+Blue) = 194+82+115=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25273 is #3DAD8C. Grayscale: #777777. Windows color (decimal): -4042125 or 7557826. OLE color: 7557826.
HSL color Cylindrical-coordinate representation of color #C25273: hue angle of 342.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25273 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 115 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.24 |
| HSL | 342.32º | 0.48% | 0.54% | - |
| HSV(B) | 342.32º | 0.58% | 0.76% | - |
| XYZ | 28.36 | 18.74 | 18.34 | - |
| YUV | 119.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 115 | 0 | 0.58 | 0.41 | 0.24 | 342.32 | 0.48 | 0.54 |
| Hex | C2 | 52 | 73 | 0 | 3A | 29 | 18 | 156 | 30 | 36 |
| Octal | 302 | 122 | 163 | 0 | 72 | 51 | 30 | 526 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1110011 | 0 | 111010 | 101001 | 11000 | 101010110 | 110000 | 110110 |
Color Harmonies of #C25273
Complementary color
Monochromatic Colors of #C25273
Black with #C25273
Text Example
Text Example
White with #C25273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25273; }
p { color: rgb(194,82,115); }
H1.HeaderClassName
{
color: #C25273;
}
.AnyTagClassName
{
color: #C25273;
}
</style>
background-color css
<style>
a { background-color: #C25273; }
a { background-color: rgb(194,82,115); }
div.DivClassName
{
background-color: #C25273;
}
.BgClassName
{
background-color: #C25273;
}
</style>
border-color css
<style>
span { border-color: #C25273; }
span { border-color: rgb(194,82,115); }
td.TdClassName
{
border-color: #C25273;
}
.TagClassName
{
border-color: #C25273;
}
</style>