Shades of Cabaret #C55667
Tints of Cabaret #C55667
RGB
CMYK
RGB Variations
Color information
#C55667 (or 0xC55667) is known color: Cabaret. HEX triplet: C5, 56 and 67. RGB value is (197,86,103). Sum of RGB (Red+Green+Blue) = 197+86+103=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C55667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55667 is #3AA998. Grayscale: #797979. Windows color (decimal): -3844505 or 6772421. OLE color: 6772421.
HSL color Cylindrical-coordinate representation of color #C55667: hue angle of 350.81º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55667 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 103 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.23 |
| HSL | 350.81º | 0.49% | 0.55% | - |
| HSV(B) | 350.81º | 0.56% | 0.77% | - |
| XYZ | 28.8 | 19.51 | 15.08 | - |
| YUV | 121.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 103 | 0 | 0.56 | 0.48 | 0.23 | 350.81 | 0.49 | 0.55 |
| Hex | C5 | 56 | 67 | 0 | 38 | 30 | 17 | 15F | 31 | 37 |
| Octal | 305 | 126 | 147 | 0 | 70 | 60 | 27 | 537 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1100111 | 0 | 111000 | 110000 | 10111 | 101011111 | 110001 | 110111 |
Color Harmonies of #C55667
Complementary color
Monochromatic Colors of #C55667
Black with #C55667
Text Example
Text Example
White with #C55667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55667; }
p { color: rgb(197,86,103); }
H1.HeaderClassName
{
color: #C55667;
}
.AnyTagClassName
{
color: #C55667;
}
</style>
background-color css
<style>
a { background-color: #C55667; }
a { background-color: rgb(197,86,103); }
div.DivClassName
{
background-color: #C55667;
}
.BgClassName
{
background-color: #C55667;
}
</style>
border-color css
<style>
span { border-color: #C55667; }
span { border-color: rgb(197,86,103); }
td.TdClassName
{
border-color: #C55667;
}
.TagClassName
{
border-color: #C55667;
}
</style>