Shades of Cabaret #C25770
Tints of Cabaret #C25770
RGB
CMYK
RGB Variations
Color information
#C25770 (or 0xC25770) is known color: Cabaret. HEX triplet: C2, 57 and 70. RGB value is (194,87,112). Sum of RGB (Red+Green+Blue) = 194+87+112=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25770 is #3DA88F. Grayscale: #797979. Windows color (decimal): -4040848 or 7362498. OLE color: 7362498.
HSL color Cylindrical-coordinate representation of color #C25770: hue angle of 345.98º 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 #C25770 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 112 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.24 |
| HSL | 345.98º | 0.47% | 0.55% | - |
| HSV(B) | 345.98º | 0.55% | 0.76% | - |
| XYZ | 28.58 | 19.46 | 17.58 | - |
| YUV | 121.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 112 | 0 | 0.55 | 0.42 | 0.24 | 345.98 | 0.47 | 0.55 |
| Hex | C2 | 57 | 70 | 0 | 37 | 2A | 18 | 15A | 2F | 37 |
| Octal | 302 | 127 | 160 | 0 | 67 | 52 | 30 | 532 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1110000 | 0 | 110111 | 101010 | 11000 | 101011010 | 101111 | 110111 |
Color Harmonies of #C25770
Complementary color
Monochromatic Colors of #C25770
Black with #C25770
Text Example
Text Example
White with #C25770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25770; }
p { color: rgb(194,87,112); }
H1.HeaderClassName
{
color: #C25770;
}
.AnyTagClassName
{
color: #C25770;
}
</style>
background-color css
<style>
a { background-color: #C25770; }
a { background-color: rgb(194,87,112); }
div.DivClassName
{
background-color: #C25770;
}
.BgClassName
{
background-color: #C25770;
}
</style>
border-color css
<style>
span { border-color: #C25770; }
span { border-color: rgb(194,87,112); }
td.TdClassName
{
border-color: #C25770;
}
.TagClassName
{
border-color: #C25770;
}
</style>