Shades of Cabaret #C25268
Tints of Cabaret #C25268
RGB
CMYK
RGB Variations
Color information
#C25268 (or 0xC25268) is known color: Cabaret. HEX triplet: C2, 52 and 68. RGB value is (194,82,104). Sum of RGB (Red+Green+Blue) = 194+82+104=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25268 is #3DAD97. Grayscale: #767676. Windows color (decimal): -4042136 or 6836930. OLE color: 6836930.
HSL color Cylindrical-coordinate representation of color #C25268: hue angle of 348.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25268 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 104 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.24 |
| HSL | 348.21º | 0.48% | 0.54% | - |
| HSV(B) | 348.21º | 0.58% | 0.76% | - |
| XYZ | 27.76 | 18.5 | 15.2 | - |
| YUV | 118 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 104 | 0 | 0.58 | 0.46 | 0.24 | 348.21 | 0.48 | 0.54 |
| Hex | C2 | 52 | 68 | 0 | 3A | 2E | 18 | 15C | 30 | 36 |
| Octal | 302 | 122 | 150 | 0 | 72 | 56 | 30 | 534 | 60 | 66 |
| Binary | 11000010 | 1010010 | 1101000 | 0 | 111010 | 101110 | 11000 | 101011100 | 110000 | 110110 |
Color Harmonies of #C25268
Complementary color
Monochromatic Colors of #C25268
Black with #C25268
Text Example
Text Example
White with #C25268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25268; }
p { color: rgb(194,82,104); }
H1.HeaderClassName
{
color: #C25268;
}
.AnyTagClassName
{
color: #C25268;
}
</style>
background-color css
<style>
a { background-color: #C25268; }
a { background-color: rgb(194,82,104); }
div.DivClassName
{
background-color: #C25268;
}
.BgClassName
{
background-color: #C25268;
}
</style>
border-color css
<style>
span { border-color: #C25268; }
span { border-color: rgb(194,82,104); }
td.TdClassName
{
border-color: #C25268;
}
.TagClassName
{
border-color: #C25268;
}
</style>