Shades of Cabaret #C25475
Tints of Cabaret #C25475
RGB
CMYK
RGB Variations
Color information
#C25475 (or 0xC25475) is known color: Cabaret. HEX triplet: C2, 54 and 75. RGB value is (194,84,117). Sum of RGB (Red+Green+Blue) = 194+84+117=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25475 is #3DAB8A. Grayscale: #787878. Windows color (decimal): -4041611 or 7689410. OLE color: 7689410.
HSL color Cylindrical-coordinate representation of color #C25475: hue angle of 342º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25475 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 117 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.24 |
| HSL | 342º | 0.47% | 0.55% | - |
| HSV(B) | 342º | 0.57% | 0.76% | - |
| XYZ | 28.63 | 19.09 | 19.01 | - |
| YUV | 120.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 117 | 0 | 0.57 | 0.40 | 0.24 | 342 | 0.47 | 0.55 |
| Hex | C2 | 54 | 75 | 0 | 39 | 28 | 18 | 156 | 2F | 37 |
| Octal | 302 | 124 | 165 | 0 | 71 | 50 | 30 | 526 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1110101 | 0 | 111001 | 101000 | 11000 | 101010110 | 101111 | 110111 |
Color Harmonies of #C25475
Complementary color
Monochromatic Colors of #C25475
Black with #C25475
Text Example
Text Example
White with #C25475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25475; }
p { color: rgb(194,84,117); }
H1.HeaderClassName
{
color: #C25475;
}
.AnyTagClassName
{
color: #C25475;
}
</style>
background-color css
<style>
a { background-color: #C25475; }
a { background-color: rgb(194,84,117); }
div.DivClassName
{
background-color: #C25475;
}
.BgClassName
{
background-color: #C25475;
}
</style>
border-color css
<style>
span { border-color: #C25475; }
span { border-color: rgb(194,84,117); }
td.TdClassName
{
border-color: #C25475;
}
.TagClassName
{
border-color: #C25475;
}
</style>