Shades of Cabaret #C5626C
Tints of Cabaret #C5626C
RGB
CMYK
RGB Variations
Color information
#C5626C (or 0xC5626C) is known color: Cabaret. HEX triplet: C5, 62 and 6C. RGB value is (197,98,108). Sum of RGB (Red+Green+Blue) = 197+98+108=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5626C is #3A9D93. Grayscale: #808080. Windows color (decimal): -3841428 or 7103173. OLE color: 7103173.
HSL color Cylindrical-coordinate representation of color #C5626C: hue angle of 353.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5626C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 108 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.23 |
| HSL | 353.94º | 0.46% | 0.58% | - |
| HSV(B) | 353.94º | 0.5% | 0.77% | - |
| XYZ | 30.1 | 21.69 | 16.79 | - |
| YUV | 128.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 108 | 0 | 0.50 | 0.45 | 0.23 | 353.94 | 0.46 | 0.58 |
| Hex | C5 | 62 | 6C | 0 | 32 | 2D | 17 | 162 | 2E | 3A |
| Octal | 305 | 142 | 154 | 0 | 62 | 55 | 27 | 542 | 56 | 72 |
| Binary | 11000101 | 1100010 | 1101100 | 0 | 110010 | 101101 | 10111 | 101100010 | 101110 | 111010 |
Color Harmonies of #C5626C
Complementary color
Monochromatic Colors of #C5626C
Black with #C5626C
Text Example
Text Example
White with #C5626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5626C; }
p { color: rgb(197,98,108); }
H1.HeaderClassName
{
color: #C5626C;
}
.AnyTagClassName
{
color: #C5626C;
}
</style>
background-color css
<style>
a { background-color: #C5626C; }
a { background-color: rgb(197,98,108); }
div.DivClassName
{
background-color: #C5626C;
}
.BgClassName
{
background-color: #C5626C;
}
</style>
border-color css
<style>
span { border-color: #C5626C; }
span { border-color: rgb(197,98,108); }
td.TdClassName
{
border-color: #C5626C;
}
.TagClassName
{
border-color: #C5626C;
}
</style>