Shades of Cabaret #C55675
Tints of Cabaret #C55675
RGB
CMYK
RGB Variations
Color information
#C55675 (or 0xC55675) is known color: Cabaret. HEX triplet: C5, 56 and 75. RGB value is (197,86,117). Sum of RGB (Red+Green+Blue) = 197+86+117=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55675 is #3AA98A. Grayscale: #7A7A7A. Windows color (decimal): -3844491 or 7689925. OLE color: 7689925.
HSL color Cylindrical-coordinate representation of color #C55675: hue angle of 343.24º 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 #C55675 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 117 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.23 |
| HSL | 343.24º | 0.49% | 0.55% | - |
| HSV(B) | 343.24º | 0.56% | 0.77% | - |
| XYZ | 29.56 | 19.81 | 19.1 | - |
| YUV | 122.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 117 | 0 | 0.56 | 0.41 | 0.23 | 343.24 | 0.49 | 0.55 |
| Hex | C5 | 56 | 75 | 0 | 38 | 29 | 17 | 157 | 31 | 37 |
| Octal | 305 | 126 | 165 | 0 | 70 | 51 | 27 | 527 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1110101 | 0 | 111000 | 101001 | 10111 | 101010111 | 110001 | 110111 |
Color Harmonies of #C55675
Complementary color
Monochromatic Colors of #C55675
Black with #C55675
Text Example
Text Example
White with #C55675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55675; }
p { color: rgb(197,86,117); }
H1.HeaderClassName
{
color: #C55675;
}
.AnyTagClassName
{
color: #C55675;
}
</style>
background-color css
<style>
a { background-color: #C55675; }
a { background-color: rgb(197,86,117); }
div.DivClassName
{
background-color: #C55675;
}
.BgClassName
{
background-color: #C55675;
}
</style>
border-color css
<style>
span { border-color: #C55675; }
span { border-color: rgb(197,86,117); }
td.TdClassName
{
border-color: #C55675;
}
.TagClassName
{
border-color: #C55675;
}
</style>