Shades of Cabaret #C25E6A
Tints of Cabaret #C25E6A
RGB
CMYK
RGB Variations
Color information
#C25E6A (or 0xC25E6A) is known color: Cabaret. HEX triplet: C2, 5E and 6A. RGB value is (194,94,106). Sum of RGB (Red+Green+Blue) = 194+94+106=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E6A is #3DA195. Grayscale: #7D7D7D. Windows color (decimal): -4039062 or 6971074. OLE color: 6971074.
HSL color Cylindrical-coordinate representation of color #C25E6A: hue angle of 352.8º 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 #C25E6A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 106 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.24 |
| HSL | 352.8º | 0.45% | 0.56% | - |
| HSV(B) | 352.8º | 0.52% | 0.76% | - |
| XYZ | 28.85 | 20.52 | 16.07 | - |
| YUV | 125.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 106 | 0 | 0.52 | 0.45 | 0.24 | 352.8 | 0.45 | 0.56 |
| Hex | C2 | 5E | 6A | 0 | 34 | 2D | 18 | 161 | 2D | 38 |
| Octal | 302 | 136 | 152 | 0 | 64 | 55 | 30 | 541 | 55 | 70 |
| Binary | 11000010 | 1011110 | 1101010 | 0 | 110100 | 101101 | 11000 | 101100001 | 101101 | 111000 |
Color Harmonies of #C25E6A
Complementary color
Monochromatic Colors of #C25E6A
Black with #C25E6A
Text Example
Text Example
White with #C25E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E6A; }
p { color: rgb(194,94,106); }
H1.HeaderClassName
{
color: #C25E6A;
}
.AnyTagClassName
{
color: #C25E6A;
}
</style>
background-color css
<style>
a { background-color: #C25E6A; }
a { background-color: rgb(194,94,106); }
div.DivClassName
{
background-color: #C25E6A;
}
.BgClassName
{
background-color: #C25E6A;
}
</style>
border-color css
<style>
span { border-color: #C25E6A; }
span { border-color: rgb(194,94,106); }
td.TdClassName
{
border-color: #C25E6A;
}
.TagClassName
{
border-color: #C25E6A;
}
</style>