Shades of Cabaret #C55375
Tints of Cabaret #C55375
RGB
CMYK
RGB Variations
Color information
#C55375 (or 0xC55375) is known color: Cabaret. HEX triplet: C5, 53 and 75. RGB value is (197,83,117). Sum of RGB (Red+Green+Blue) = 197+83+117=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55375 is #3AAC8A. Grayscale: #787878. Windows color (decimal): -3845259 or 7689157. OLE color: 7689157.
HSL color Cylindrical-coordinate representation of color #C55375: hue angle of 342.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55375 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 117 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.23 |
| HSL | 342.11º | 0.5% | 0.55% | - |
| HSV(B) | 342.11º | 0.58% | 0.77% | - |
| XYZ | 29.33 | 19.34 | 19.02 | - |
| YUV | 120.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 117 | 0 | 0.58 | 0.41 | 0.23 | 342.11 | 0.5 | 0.55 |
| Hex | C5 | 53 | 75 | 0 | 3A | 29 | 17 | 156 | 32 | 37 |
| Octal | 305 | 123 | 165 | 0 | 72 | 51 | 27 | 526 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1110101 | 0 | 111010 | 101001 | 10111 | 101010110 | 110010 | 110111 |
Color Harmonies of #C55375
Complementary color
Monochromatic Colors of #C55375
Black with #C55375
Text Example
Text Example
White with #C55375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55375; }
p { color: rgb(197,83,117); }
H1.HeaderClassName
{
color: #C55375;
}
.AnyTagClassName
{
color: #C55375;
}
</style>
background-color css
<style>
a { background-color: #C55375; }
a { background-color: rgb(197,83,117); }
div.DivClassName
{
background-color: #C55375;
}
.BgClassName
{
background-color: #C55375;
}
</style>
border-color css
<style>
span { border-color: #C55375; }
span { border-color: rgb(197,83,117); }
td.TdClassName
{
border-color: #C55375;
}
.TagClassName
{
border-color: #C55375;
}
</style>