Shades of Cabaret #C25470
Tints of Cabaret #C25470
RGB
CMYK
RGB Variations
Color information
#C25470 (or 0xC25470) is known color: Cabaret. HEX triplet: C2, 54 and 70. RGB value is (194,84,112). Sum of RGB (Red+Green+Blue) = 194+84+112=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C25470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25470 is #3DAB8F. Grayscale: #787878. Windows color (decimal): -4041616 or 7361730. OLE color: 7361730.
HSL color Cylindrical-coordinate representation of color #C25470: hue angle of 344.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25470 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 112 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.24 |
| HSL | 344.73º | 0.47% | 0.55% | - |
| HSV(B) | 344.73º | 0.57% | 0.76% | - |
| XYZ | 28.34 | 18.98 | 17.5 | - |
| YUV | 120.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 112 | 0 | 0.57 | 0.42 | 0.24 | 344.73 | 0.47 | 0.55 |
| Hex | C2 | 54 | 70 | 0 | 39 | 2A | 18 | 159 | 2F | 37 |
| Octal | 302 | 124 | 160 | 0 | 71 | 52 | 30 | 531 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1110000 | 0 | 111001 | 101010 | 11000 | 101011001 | 101111 | 110111 |
Color Harmonies of #C25470
Complementary color
Monochromatic Colors of #C25470
Black with #C25470
Text Example
Text Example
White with #C25470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25470; }
p { color: rgb(194,84,112); }
H1.HeaderClassName
{
color: #C25470;
}
.AnyTagClassName
{
color: #C25470;
}
</style>
background-color css
<style>
a { background-color: #C25470; }
a { background-color: rgb(194,84,112); }
div.DivClassName
{
background-color: #C25470;
}
.BgClassName
{
background-color: #C25470;
}
</style>
border-color css
<style>
span { border-color: #C25470; }
span { border-color: rgb(194,84,112); }
td.TdClassName
{
border-color: #C25470;
}
.TagClassName
{
border-color: #C25470;
}
</style>