Shades of Cabaret #C25C77
Tints of Cabaret #C25C77
RGB
CMYK
RGB Variations
Color information
#C25C77 (or 0xC25C77) is known color: Cabaret. HEX triplet: C2, 5C and 77. RGB value is (194,92,119). Sum of RGB (Red+Green+Blue) = 194+92+119=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C77 is #3DA388. Grayscale: #7D7D7D. Windows color (decimal): -4039561 or 7822530. OLE color: 7822530.
HSL color Cylindrical-coordinate representation of color #C25C77: hue angle of 344.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25C77 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 119 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.24 |
| HSL | 344.12º | 0.46% | 0.56% | - |
| HSV(B) | 344.12º | 0.53% | 0.76% | - |
| XYZ | 29.41 | 20.46 | 19.85 | - |
| YUV | 125.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 119 | 0 | 0.53 | 0.39 | 0.24 | 344.12 | 0.46 | 0.56 |
| Hex | C2 | 5C | 77 | 0 | 35 | 27 | 18 | 158 | 2E | 38 |
| Octal | 302 | 134 | 167 | 0 | 65 | 47 | 30 | 530 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1110111 | 0 | 110101 | 100111 | 11000 | 101011000 | 101110 | 111000 |
Color Harmonies of #C25C77
Complementary color
Monochromatic Colors of #C25C77
Black with #C25C77
Text Example
Text Example
White with #C25C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C77; }
p { color: rgb(194,92,119); }
H1.HeaderClassName
{
color: #C25C77;
}
.AnyTagClassName
{
color: #C25C77;
}
</style>
background-color css
<style>
a { background-color: #C25C77; }
a { background-color: rgb(194,92,119); }
div.DivClassName
{
background-color: #C25C77;
}
.BgClassName
{
background-color: #C25C77;
}
</style>
border-color css
<style>
span { border-color: #C25C77; }
span { border-color: rgb(194,92,119); }
td.TdClassName
{
border-color: #C25C77;
}
.TagClassName
{
border-color: #C25C77;
}
</style>