Shades of Cabaret #C25A6A
Tints of Cabaret #C25A6A
RGB
CMYK
RGB Variations
Color information
#C25A6A (or 0xC25A6A) is known color: Cabaret. HEX triplet: C2, 5A and 6A. RGB value is (194,90,106). Sum of RGB (Red+Green+Blue) = 194+90+106=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A6A is #3DA595. Grayscale: #7A7A7A. Windows color (decimal): -4040086 or 6970050. OLE color: 6970050.
HSL color Cylindrical-coordinate representation of color #C25A6A: hue angle of 350.77º 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 #C25A6A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 106 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.24 |
| HSL | 350.77º | 0.46% | 0.56% | - |
| HSV(B) | 350.77º | 0.54% | 0.76% | - |
| XYZ | 28.51 | 19.82 | 15.96 | - |
| YUV | 122.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 106 | 0 | 0.54 | 0.45 | 0.24 | 350.77 | 0.46 | 0.56 |
| Hex | C2 | 5A | 6A | 0 | 36 | 2D | 18 | 15F | 2E | 38 |
| Octal | 302 | 132 | 152 | 0 | 66 | 55 | 30 | 537 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1101010 | 0 | 110110 | 101101 | 11000 | 101011111 | 101110 | 111000 |
Color Harmonies of #C25A6A
Complementary color
Monochromatic Colors of #C25A6A
Black with #C25A6A
Text Example
Text Example
White with #C25A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A6A; }
p { color: rgb(194,90,106); }
H1.HeaderClassName
{
color: #C25A6A;
}
.AnyTagClassName
{
color: #C25A6A;
}
</style>
background-color css
<style>
a { background-color: #C25A6A; }
a { background-color: rgb(194,90,106); }
div.DivClassName
{
background-color: #C25A6A;
}
.BgClassName
{
background-color: #C25A6A;
}
</style>
border-color css
<style>
span { border-color: #C25A6A; }
span { border-color: rgb(194,90,106); }
td.TdClassName
{
border-color: #C25A6A;
}
.TagClassName
{
border-color: #C25A6A;
}
</style>