Shades of Cabaret #C25977
Tints of Cabaret #C25977
RGB
CMYK
RGB Variations
Color information
#C25977 (or 0xC25977) is known color: Cabaret. HEX triplet: C2, 59 and 77. RGB value is (194,89,119). Sum of RGB (Red+Green+Blue) = 194+89+119=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C25977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25977 is #3DA688. Grayscale: #7B7B7B. Windows color (decimal): -4040329 or 7821762. OLE color: 7821762.
HSL color Cylindrical-coordinate representation of color #C25977: hue angle of 342.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25977 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 119 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.24 |
| HSL | 342.86º | 0.46% | 0.55% | - |
| HSV(B) | 342.86º | 0.54% | 0.76% | - |
| XYZ | 29.15 | 19.95 | 19.77 | - |
| YUV | 123.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 119 | 0 | 0.54 | 0.39 | 0.24 | 342.86 | 0.46 | 0.55 |
| Hex | C2 | 59 | 77 | 0 | 36 | 27 | 18 | 157 | 2E | 37 |
| Octal | 302 | 131 | 167 | 0 | 66 | 47 | 30 | 527 | 56 | 67 |
| Binary | 11000010 | 1011001 | 1110111 | 0 | 110110 | 100111 | 11000 | 101010111 | 101110 | 110111 |
Color Harmonies of #C25977
Complementary color
Monochromatic Colors of #C25977
Black with #C25977
Text Example
Text Example
White with #C25977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25977; }
p { color: rgb(194,89,119); }
H1.HeaderClassName
{
color: #C25977;
}
.AnyTagClassName
{
color: #C25977;
}
</style>
background-color css
<style>
a { background-color: #C25977; }
a { background-color: rgb(194,89,119); }
div.DivClassName
{
background-color: #C25977;
}
.BgClassName
{
background-color: #C25977;
}
</style>
border-color css
<style>
span { border-color: #C25977; }
span { border-color: rgb(194,89,119); }
td.TdClassName
{
border-color: #C25977;
}
.TagClassName
{
border-color: #C25977;
}
</style>