Shades of Cabaret #C25768
Tints of Cabaret #C25768
RGB
CMYK
RGB Variations
Color information
#C25768 (or 0xC25768) is known color: Cabaret. HEX triplet: C2, 57 and 68. RGB value is (194,87,104). Sum of RGB (Red+Green+Blue) = 194+87+104=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25768 is #3DA897. Grayscale: #787878. Windows color (decimal): -4040856 or 6838210. OLE color: 6838210.
HSL color Cylindrical-coordinate representation of color #C25768: hue angle of 350.47º 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 #C25768 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 104 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.24 |
| HSL | 350.47º | 0.47% | 0.55% | - |
| HSV(B) | 350.47º | 0.55% | 0.76% | - |
| XYZ | 28.16 | 19.29 | 15.34 | - |
| YUV | 120.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 104 | 0 | 0.55 | 0.46 | 0.24 | 350.47 | 0.47 | 0.55 |
| Hex | C2 | 57 | 68 | 0 | 37 | 2E | 18 | 15E | 2F | 37 |
| Octal | 302 | 127 | 150 | 0 | 67 | 56 | 30 | 536 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1101000 | 0 | 110111 | 101110 | 11000 | 101011110 | 101111 | 110111 |
Color Harmonies of #C25768
Complementary color
Monochromatic Colors of #C25768
Black with #C25768
Text Example
Text Example
White with #C25768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25768; }
p { color: rgb(194,87,104); }
H1.HeaderClassName
{
color: #C25768;
}
.AnyTagClassName
{
color: #C25768;
}
</style>
background-color css
<style>
a { background-color: #C25768; }
a { background-color: rgb(194,87,104); }
div.DivClassName
{
background-color: #C25768;
}
.BgClassName
{
background-color: #C25768;
}
</style>
border-color css
<style>
span { border-color: #C25768; }
span { border-color: rgb(194,87,104); }
td.TdClassName
{
border-color: #C25768;
}
.TagClassName
{
border-color: #C25768;
}
</style>