Shades of Cabaret #C55C6B
Tints of Cabaret #C55C6B
RGB
CMYK
RGB Variations
Color information
#C55C6B (or 0xC55C6B) is known color: Cabaret. HEX triplet: C5, 5C and 6B. RGB value is (197,92,107). Sum of RGB (Red+Green+Blue) = 197+92+107=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C6B is #3AA394. Grayscale: #7D7D7D. Windows color (decimal): -3842965 or 7036101. OLE color: 7036101.
HSL color Cylindrical-coordinate representation of color #C55C6B: hue angle of 351.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C6B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 107 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.23 |
| HSL | 351.43º | 0.48% | 0.57% | - |
| HSV(B) | 351.43º | 0.53% | 0.77% | - |
| XYZ | 29.51 | 20.59 | 16.33 | - |
| YUV | 125.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 107 | 0 | 0.53 | 0.46 | 0.23 | 351.43 | 0.48 | 0.57 |
| Hex | C5 | 5C | 6B | 0 | 35 | 2E | 17 | 15F | 30 | 39 |
| Octal | 305 | 134 | 153 | 0 | 65 | 56 | 27 | 537 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1101011 | 0 | 110101 | 101110 | 10111 | 101011111 | 110000 | 111001 |
Color Harmonies of #C55C6B
Complementary color
Monochromatic Colors of #C55C6B
Black with #C55C6B
Text Example
Text Example
White with #C55C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C6B; }
p { color: rgb(197,92,107); }
H1.HeaderClassName
{
color: #C55C6B;
}
.AnyTagClassName
{
color: #C55C6B;
}
</style>
background-color css
<style>
a { background-color: #C55C6B; }
a { background-color: rgb(197,92,107); }
div.DivClassName
{
background-color: #C55C6B;
}
.BgClassName
{
background-color: #C55C6B;
}
</style>
border-color css
<style>
span { border-color: #C55C6B; }
span { border-color: rgb(197,92,107); }
td.TdClassName
{
border-color: #C55C6B;
}
.TagClassName
{
border-color: #C55C6B;
}
</style>