Shades of Cabaret #C25867
Tints of Cabaret #C25867
RGB
CMYK
RGB Variations
Color information
#C25867 (or 0xC25867) is known color: Cabaret. HEX triplet: C2, 58 and 67. RGB value is (194,88,103). Sum of RGB (Red+Green+Blue) = 194+88+103=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C25867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25867 is #3DA798. Grayscale: #797979. Windows color (decimal): -4040601 or 6772930. OLE color: 6772930.
HSL color Cylindrical-coordinate representation of color #C25867: hue angle of 351.51º degrees, saturation: 0.46, 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 #C25867 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 103 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.24 |
| HSL | 351.51º | 0.46% | 0.55% | - |
| HSV(B) | 351.51º | 0.55% | 0.76% | - |
| XYZ | 28.19 | 19.43 | 15.1 | - |
| YUV | 121.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 103 | 0 | 0.55 | 0.47 | 0.24 | 351.51 | 0.46 | 0.55 |
| Hex | C2 | 58 | 67 | 0 | 37 | 2F | 18 | 160 | 2E | 37 |
| Octal | 302 | 130 | 147 | 0 | 67 | 57 | 30 | 540 | 56 | 67 |
| Binary | 11000010 | 1011000 | 1100111 | 0 | 110111 | 101111 | 11000 | 101100000 | 101110 | 110111 |
Color Harmonies of #C25867
Complementary color
Monochromatic Colors of #C25867
Black with #C25867
Text Example
Text Example
White with #C25867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25867; }
p { color: rgb(194,88,103); }
H1.HeaderClassName
{
color: #C25867;
}
.AnyTagClassName
{
color: #C25867;
}
</style>
background-color css
<style>
a { background-color: #C25867; }
a { background-color: rgb(194,88,103); }
div.DivClassName
{
background-color: #C25867;
}
.BgClassName
{
background-color: #C25867;
}
</style>
border-color css
<style>
span { border-color: #C25867; }
span { border-color: rgb(194,88,103); }
td.TdClassName
{
border-color: #C25867;
}
.TagClassName
{
border-color: #C25867;
}
</style>