Shades of Cabaret #C25E77
Tints of Cabaret #C25E77
RGB
CMYK
RGB Variations
Color information
#C25E77 (or 0xC25E77) is known color: Cabaret. HEX triplet: C2, 5E and 77. RGB value is (194,94,119). Sum of RGB (Red+Green+Blue) = 194+94+119=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E77 is #3DA188. Grayscale: #7E7E7E. Windows color (decimal): -4039049 or 7823042. OLE color: 7823042.
HSL color Cylindrical-coordinate representation of color #C25E77: hue angle of 345º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E77 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 119 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.24 |
| HSL | 345º | 0.45% | 0.56% | - |
| HSV(B) | 345º | 0.52% | 0.76% | - |
| XYZ | 29.58 | 20.81 | 19.91 | - |
| YUV | 126.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 119 | 0 | 0.52 | 0.39 | 0.24 | 345 | 0.45 | 0.56 |
| Hex | C2 | 5E | 77 | 0 | 34 | 27 | 18 | 159 | 2D | 38 |
| Octal | 302 | 136 | 167 | 0 | 64 | 47 | 30 | 531 | 55 | 70 |
| Binary | 11000010 | 1011110 | 1110111 | 0 | 110100 | 100111 | 11000 | 101011001 | 101101 | 111000 |
Color Harmonies of #C25E77
Complementary color
Monochromatic Colors of #C25E77
Black with #C25E77
Text Example
Text Example
White with #C25E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E77; }
p { color: rgb(194,94,119); }
H1.HeaderClassName
{
color: #C25E77;
}
.AnyTagClassName
{
color: #C25E77;
}
</style>
background-color css
<style>
a { background-color: #C25E77; }
a { background-color: rgb(194,94,119); }
div.DivClassName
{
background-color: #C25E77;
}
.BgClassName
{
background-color: #C25E77;
}
</style>
border-color css
<style>
span { border-color: #C25E77; }
span { border-color: rgb(194,94,119); }
td.TdClassName
{
border-color: #C25E77;
}
.TagClassName
{
border-color: #C25E77;
}
</style>