Shades of Cabaret #C25565
Tints of Cabaret #C25565
RGB
CMYK
RGB Variations
Color information
#C25565 (or 0xC25565) is known color: Cabaret. HEX triplet: C2, 55 and 65. RGB value is (194,85,101). Sum of RGB (Red+Green+Blue) = 194+85+101=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25565 is #3DAA9A. Grayscale: #777777. Windows color (decimal): -4041371 or 6641090. OLE color: 6641090.
HSL color Cylindrical-coordinate representation of color #C25565: hue angle of 351.19º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25565 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 101 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.24 |
| HSL | 351.19º | 0.47% | 0.55% | - |
| HSV(B) | 351.19º | 0.56% | 0.76% | - |
| XYZ | 27.85 | 18.91 | 14.49 | - |
| YUV | 119.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 101 | 0 | 0.56 | 0.48 | 0.24 | 351.19 | 0.47 | 0.55 |
| Hex | C2 | 55 | 65 | 0 | 38 | 30 | 18 | 15F | 2F | 37 |
| Octal | 302 | 125 | 145 | 0 | 70 | 60 | 30 | 537 | 57 | 67 |
| Binary | 11000010 | 1010101 | 1100101 | 0 | 111000 | 110000 | 11000 | 101011111 | 101111 | 110111 |
Color Harmonies of #C25565
Complementary color
Monochromatic Colors of #C25565
Black with #C25565
Text Example
Text Example
White with #C25565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25565; }
p { color: rgb(194,85,101); }
H1.HeaderClassName
{
color: #C25565;
}
.AnyTagClassName
{
color: #C25565;
}
</style>
background-color css
<style>
a { background-color: #C25565; }
a { background-color: rgb(194,85,101); }
div.DivClassName
{
background-color: #C25565;
}
.BgClassName
{
background-color: #C25565;
}
</style>
border-color css
<style>
span { border-color: #C25565; }
span { border-color: rgb(194,85,101); }
td.TdClassName
{
border-color: #C25565;
}
.TagClassName
{
border-color: #C25565;
}
</style>