Shades of Cabaret #C25765
Tints of Cabaret #C25765
RGB
CMYK
RGB Variations
Color information
#C25765 (or 0xC25765) is known color: Cabaret. HEX triplet: C2, 57 and 65. RGB value is (194,87,101). Sum of RGB (Red+Green+Blue) = 194+87+101=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25765 is #3DA89A. Grayscale: #787878. Windows color (decimal): -4040859 or 6641602. OLE color: 6641602.
HSL color Cylindrical-coordinate representation of color #C25765: hue angle of 352.15º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25765 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 101 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.24 |
| HSL | 352.15º | 0.47% | 0.55% | - |
| HSV(B) | 352.15º | 0.55% | 0.76% | - |
| XYZ | 28.01 | 19.23 | 14.55 | - |
| YUV | 120.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 101 | 0 | 0.55 | 0.48 | 0.24 | 352.15 | 0.47 | 0.55 |
| Hex | C2 | 57 | 65 | 0 | 37 | 30 | 18 | 160 | 2F | 37 |
| Octal | 302 | 127 | 145 | 0 | 67 | 60 | 30 | 540 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1100101 | 0 | 110111 | 110000 | 11000 | 101100000 | 101111 | 110111 |
Color Harmonies of #C25765
Complementary color
Monochromatic Colors of #C25765
Black with #C25765
Text Example
Text Example
White with #C25765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25765; }
p { color: rgb(194,87,101); }
H1.HeaderClassName
{
color: #C25765;
}
.AnyTagClassName
{
color: #C25765;
}
</style>
background-color css
<style>
a { background-color: #C25765; }
a { background-color: rgb(194,87,101); }
div.DivClassName
{
background-color: #C25765;
}
.BgClassName
{
background-color: #C25765;
}
</style>
border-color css
<style>
span { border-color: #C25765; }
span { border-color: rgb(194,87,101); }
td.TdClassName
{
border-color: #C25765;
}
.TagClassName
{
border-color: #C25765;
}
</style>