Shades of Cabaret #C25A6E
Tints of Cabaret #C25A6E
RGB
CMYK
RGB Variations
Color information
#C25A6E (or 0xC25A6E) is known color: Cabaret. HEX triplet: C2, 5A and 6E. RGB value is (194,90,110). Sum of RGB (Red+Green+Blue) = 194+90+110=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A6E is #3DA591. Grayscale: #7B7B7B. Windows color (decimal): -4040082 or 7232194. OLE color: 7232194.
HSL color Cylindrical-coordinate representation of color #C25A6E: hue angle of 348.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25A6E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 110 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.24 |
| HSL | 348.46º | 0.46% | 0.56% | - |
| HSV(B) | 348.46º | 0.54% | 0.76% | - |
| XYZ | 28.72 | 19.91 | 17.08 | - |
| YUV | 123.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 110 | 0 | 0.54 | 0.43 | 0.24 | 348.46 | 0.46 | 0.56 |
| Hex | C2 | 5A | 6E | 0 | 36 | 2B | 18 | 15C | 2E | 38 |
| Octal | 302 | 132 | 156 | 0 | 66 | 53 | 30 | 534 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1101110 | 0 | 110110 | 101011 | 11000 | 101011100 | 101110 | 111000 |
Color Harmonies of #C25A6E
Complementary color
Monochromatic Colors of #C25A6E
Black with #C25A6E
Text Example
Text Example
White with #C25A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A6E; }
p { color: rgb(194,90,110); }
H1.HeaderClassName
{
color: #C25A6E;
}
.AnyTagClassName
{
color: #C25A6E;
}
</style>
background-color css
<style>
a { background-color: #C25A6E; }
a { background-color: rgb(194,90,110); }
div.DivClassName
{
background-color: #C25A6E;
}
.BgClassName
{
background-color: #C25A6E;
}
</style>
border-color css
<style>
span { border-color: #C25A6E; }
span { border-color: rgb(194,90,110); }
td.TdClassName
{
border-color: #C25A6E;
}
.TagClassName
{
border-color: #C25A6E;
}
</style>