Shades of Cabaret #C25C76
Tints of Cabaret #C25C76
RGB
CMYK
RGB Variations
Color information
#C25C76 (or 0xC25C76) is known color: Cabaret. HEX triplet: C2, 5C and 76. RGB value is (194,92,118). Sum of RGB (Red+Green+Blue) = 194+92+118=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C76 is #3DA389. Grayscale: #7D7D7D. Windows color (decimal): -4039562 or 7756994. OLE color: 7756994.
HSL color Cylindrical-coordinate representation of color #C25C76: hue angle of 344.71º 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 #C25C76 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 118 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.24 |
| HSL | 344.71º | 0.46% | 0.56% | - |
| HSV(B) | 344.71º | 0.53% | 0.76% | - |
| XYZ | 29.35 | 20.43 | 19.54 | - |
| YUV | 125.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 118 | 0 | 0.53 | 0.39 | 0.24 | 344.71 | 0.46 | 0.56 |
| Hex | C2 | 5C | 76 | 0 | 35 | 27 | 18 | 159 | 2E | 38 |
| Octal | 302 | 134 | 166 | 0 | 65 | 47 | 30 | 531 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1110110 | 0 | 110101 | 100111 | 11000 | 101011001 | 101110 | 111000 |
Color Harmonies of #C25C76
Complementary color
Monochromatic Colors of #C25C76
Black with #C25C76
Text Example
Text Example
White with #C25C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C76; }
p { color: rgb(194,92,118); }
H1.HeaderClassName
{
color: #C25C76;
}
.AnyTagClassName
{
color: #C25C76;
}
</style>
background-color css
<style>
a { background-color: #C25C76; }
a { background-color: rgb(194,92,118); }
div.DivClassName
{
background-color: #C25C76;
}
.BgClassName
{
background-color: #C25C76;
}
</style>
border-color css
<style>
span { border-color: #C25C76; }
span { border-color: rgb(194,92,118); }
td.TdClassName
{
border-color: #C25C76;
}
.TagClassName
{
border-color: #C25C76;
}
</style>