Shades of Cabaret #C25A6D
Tints of Cabaret #C25A6D
RGB
CMYK
RGB Variations
Color information
#C25A6D (or 0xC25A6D) is known color: Cabaret. HEX triplet: C2, 5A and 6D. RGB value is (194,90,109). Sum of RGB (Red+Green+Blue) = 194+90+109=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A6D is #3DA592. Grayscale: #7B7B7B. Windows color (decimal): -4040083 or 7166658. OLE color: 7166658.
HSL color Cylindrical-coordinate representation of color #C25A6D: hue angle of 349.04º 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 #C25A6D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 109 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.24 |
| HSL | 349.04º | 0.46% | 0.56% | - |
| HSV(B) | 349.04º | 0.54% | 0.76% | - |
| XYZ | 28.66 | 19.89 | 16.8 | - |
| YUV | 123.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 109 | 0 | 0.54 | 0.44 | 0.24 | 349.04 | 0.46 | 0.56 |
| Hex | C2 | 5A | 6D | 0 | 36 | 2C | 18 | 15D | 2E | 38 |
| Octal | 302 | 132 | 155 | 0 | 66 | 54 | 30 | 535 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1101101 | 0 | 110110 | 101100 | 11000 | 101011101 | 101110 | 111000 |
Color Harmonies of #C25A6D
Complementary color
Monochromatic Colors of #C25A6D
Black with #C25A6D
Text Example
Text Example
White with #C25A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A6D; }
p { color: rgb(194,90,109); }
H1.HeaderClassName
{
color: #C25A6D;
}
.AnyTagClassName
{
color: #C25A6D;
}
</style>
background-color css
<style>
a { background-color: #C25A6D; }
a { background-color: rgb(194,90,109); }
div.DivClassName
{
background-color: #C25A6D;
}
.BgClassName
{
background-color: #C25A6D;
}
</style>
border-color css
<style>
span { border-color: #C25A6D; }
span { border-color: rgb(194,90,109); }
td.TdClassName
{
border-color: #C25A6D;
}
.TagClassName
{
border-color: #C25A6D;
}
</style>