Shades of Cabaret #C25A66
Tints of Cabaret #C25A66
RGB
CMYK
RGB Variations
Color information
#C25A66 (or 0xC25A66) is known color: Cabaret. HEX triplet: C2, 5A and 66. RGB value is (194,90,102). Sum of RGB (Red+Green+Blue) = 194+90+102=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A66 is #3DA599. Grayscale: #7A7A7A. Windows color (decimal): -4040090 or 6707906. OLE color: 6707906.
HSL color Cylindrical-coordinate representation of color #C25A66: hue angle of 353.08º 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 #C25A66 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 102 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.24 |
| HSL | 353.08º | 0.46% | 0.56% | - |
| HSV(B) | 353.08º | 0.54% | 0.76% | - |
| XYZ | 28.3 | 19.74 | 14.89 | - |
| YUV | 122.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 102 | 0 | 0.54 | 0.47 | 0.24 | 353.08 | 0.46 | 0.56 |
| Hex | C2 | 5A | 66 | 0 | 36 | 2F | 18 | 161 | 2E | 38 |
| Octal | 302 | 132 | 146 | 0 | 66 | 57 | 30 | 541 | 56 | 70 |
| Binary | 11000010 | 1011010 | 1100110 | 0 | 110110 | 101111 | 11000 | 101100001 | 101110 | 111000 |
Color Harmonies of #C25A66
Complementary color
Monochromatic Colors of #C25A66
Black with #C25A66
Text Example
Text Example
White with #C25A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A66; }
p { color: rgb(194,90,102); }
H1.HeaderClassName
{
color: #C25A66;
}
.AnyTagClassName
{
color: #C25A66;
}
</style>
background-color css
<style>
a { background-color: #C25A66; }
a { background-color: rgb(194,90,102); }
div.DivClassName
{
background-color: #C25A66;
}
.BgClassName
{
background-color: #C25A66;
}
</style>
border-color css
<style>
span { border-color: #C25A66; }
span { border-color: rgb(194,90,102); }
td.TdClassName
{
border-color: #C25A66;
}
.TagClassName
{
border-color: #C25A66;
}
</style>