Shades of Cabaret #C2576E
Tints of Cabaret #C2576E
RGB
CMYK
RGB Variations
Color information
#C2576E (or 0xC2576E) is known color: Cabaret. HEX triplet: C2, 57 and 6E. RGB value is (194,87,110). Sum of RGB (Red+Green+Blue) = 194+87+110=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2576E is #3DA891. Grayscale: #797979. Windows color (decimal): -4040850 or 7231426. OLE color: 7231426.
HSL color Cylindrical-coordinate representation of color #C2576E: hue angle of 347.1º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2576E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 110 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.24 |
| HSL | 347.1º | 0.47% | 0.55% | - |
| HSV(B) | 347.1º | 0.55% | 0.76% | - |
| XYZ | 28.47 | 19.41 | 17 | - |
| YUV | 121.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 110 | 0 | 0.55 | 0.43 | 0.24 | 347.1 | 0.47 | 0.55 |
| Hex | C2 | 57 | 6E | 0 | 37 | 2B | 18 | 15B | 2F | 37 |
| Octal | 302 | 127 | 156 | 0 | 67 | 53 | 30 | 533 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1101110 | 0 | 110111 | 101011 | 11000 | 101011011 | 101111 | 110111 |
Color Harmonies of #C2576E
Complementary color
Monochromatic Colors of #C2576E
Black with #C2576E
Text Example
Text Example
White with #C2576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2576E; }
p { color: rgb(194,87,110); }
H1.HeaderClassName
{
color: #C2576E;
}
.AnyTagClassName
{
color: #C2576E;
}
</style>
background-color css
<style>
a { background-color: #C2576E; }
a { background-color: rgb(194,87,110); }
div.DivClassName
{
background-color: #C2576E;
}
.BgClassName
{
background-color: #C2576E;
}
</style>
border-color css
<style>
span { border-color: #C2576E; }
span { border-color: rgb(194,87,110); }
td.TdClassName
{
border-color: #C2576E;
}
.TagClassName
{
border-color: #C2576E;
}
</style>