Shades of Cabaret #C25A74
Tints of Cabaret #C25A74
RGB
CMYK
RGB Variations
Color information
#C25A74 (or 0xC25A74) is known color: Cabaret. HEX triplet: C2, 5A and 74. RGB value is (194,90,116). Sum of RGB (Red+Green+Blue) = 194+90+116=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A74 is #3DA58B. Grayscale: #7C7C7C. Windows color (decimal): -4040076 or 7625410. OLE color: 7625410.
HSL color Cylindrical-coordinate representation of color #C25A74: hue angle of 345º 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 #C25A74 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 116 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.24 |
| HSL | 345º | 0.46% | 0.56% | - |
| HSV(B) | 345º | 0.54% | 0.76% | - |
| XYZ | 29.06 | 20.04 | 18.86 | - |
| YUV | 124.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 116 | 0 | 0.54 | 0.40 | 0.24 | 345 | 0.46 | 0.56 |
| Hex | C2 | 5A | 74 | 0 | 36 | 28 | 18 | 159 | 2E | 38 |
| Octal | 302 | 132 | 164 | 0 | 66 | 50 | 30 | 531 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1110100 | 0 | 110110 | 101000 | 11000 | 101011001 | 101110 | 111000 |
Color Harmonies of #C25A74
Complementary color
Monochromatic Colors of #C25A74
Black with #C25A74
Text Example
Text Example
White with #C25A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A74; }
p { color: rgb(194,90,116); }
H1.HeaderClassName
{
color: #C25A74;
}
.AnyTagClassName
{
color: #C25A74;
}
</style>
background-color css
<style>
a { background-color: #C25A74; }
a { background-color: rgb(194,90,116); }
div.DivClassName
{
background-color: #C25A74;
}
.BgClassName
{
background-color: #C25A74;
}
</style>
border-color css
<style>
span { border-color: #C25A74; }
span { border-color: rgb(194,90,116); }
td.TdClassName
{
border-color: #C25A74;
}
.TagClassName
{
border-color: #C25A74;
}
</style>