Shades of Cabaret #C25366
Tints of Cabaret #C25366
RGB
CMYK
RGB Variations
Color information
#C25366 (or 0xC25366) is known color: Cabaret. HEX triplet: C2, 53 and 66. RGB value is (194,83,102). Sum of RGB (Red+Green+Blue) = 194+83+102=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25366 is #3DAC99. Grayscale: #767676. Windows color (decimal): -4041882 or 6706114. OLE color: 6706114.
HSL color Cylindrical-coordinate representation of color #C25366: hue angle of 349.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25366 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 102 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.24 |
| HSL | 349.73º | 0.48% | 0.54% | - |
| HSV(B) | 349.73º | 0.57% | 0.76% | - |
| XYZ | 27.74 | 18.62 | 14.7 | - |
| YUV | 118.36 | 118.77 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 102 | 0 | 0.57 | 0.47 | 0.24 | 349.73 | 0.48 | 0.54 |
| Hex | C2 | 53 | 66 | 0 | 39 | 2F | 18 | 15E | 30 | 36 |
| Octal | 302 | 123 | 146 | 0 | 71 | 57 | 30 | 536 | 60 | 66 |
| Binary | 11000010 | 1010011 | 1100110 | 0 | 111001 | 101111 | 11000 | 101011110 | 110000 | 110110 |
Color Harmonies of #C25366
Complementary color
Monochromatic Colors of #C25366
Black with #C25366
Text Example
Text Example
White with #C25366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25366; }
p { color: rgb(194,83,102); }
H1.HeaderClassName
{
color: #C25366;
}
.AnyTagClassName
{
color: #C25366;
}
</style>
background-color css
<style>
a { background-color: #C25366; }
a { background-color: rgb(194,83,102); }
div.DivClassName
{
background-color: #C25366;
}
.BgClassName
{
background-color: #C25366;
}
</style>
border-color css
<style>
span { border-color: #C25366; }
span { border-color: rgb(194,83,102); }
td.TdClassName
{
border-color: #C25366;
}
.TagClassName
{
border-color: #C25366;
}
</style>