Shades of Cabaret #C25A70
Tints of Cabaret #C25A70
RGB
CMYK
RGB Variations
Color information
#C25A70 (or 0xC25A70) is known color: Cabaret. HEX triplet: C2, 5A and 70. RGB value is (194,90,112). Sum of RGB (Red+Green+Blue) = 194+90+112=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A70 is #3DA58F. Grayscale: #7B7B7B. Windows color (decimal): -4040080 or 7363266. OLE color: 7363266.
HSL color Cylindrical-coordinate representation of color #C25A70: hue angle of 347.31º 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 #C25A70 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 112 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.24 |
| HSL | 347.31º | 0.46% | 0.56% | - |
| HSV(B) | 347.31º | 0.54% | 0.76% | - |
| XYZ | 28.83 | 19.95 | 17.66 | - |
| YUV | 123.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 112 | 0 | 0.54 | 0.42 | 0.24 | 347.31 | 0.46 | 0.56 |
| Hex | C2 | 5A | 70 | 0 | 36 | 2A | 18 | 15B | 2E | 38 |
| Octal | 302 | 132 | 160 | 0 | 66 | 52 | 30 | 533 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1110000 | 0 | 110110 | 101010 | 11000 | 101011011 | 101110 | 111000 |
Color Harmonies of #C25A70
Complementary color
Monochromatic Colors of #C25A70
Black with #C25A70
Text Example
Text Example
White with #C25A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A70; }
p { color: rgb(194,90,112); }
H1.HeaderClassName
{
color: #C25A70;
}
.AnyTagClassName
{
color: #C25A70;
}
</style>
background-color css
<style>
a { background-color: #C25A70; }
a { background-color: rgb(194,90,112); }
div.DivClassName
{
background-color: #C25A70;
}
.BgClassName
{
background-color: #C25A70;
}
</style>
border-color css
<style>
span { border-color: #C25A70; }
span { border-color: rgb(194,90,112); }
td.TdClassName
{
border-color: #C25A70;
}
.TagClassName
{
border-color: #C25A70;
}
</style>