Shades of Cabaret #C55779
Tints of Cabaret #C55779
RGB
CMYK
RGB Variations
Color information
#C55779 (or 0xC55779) is known color: Cabaret. HEX triplet: C5, 57 and 79. RGB value is (197,87,121). Sum of RGB (Red+Green+Blue) = 197+87+121=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C55779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55779 is #3AA886. Grayscale: #7B7B7B. Windows color (decimal): -3844231 or 7952325. OLE color: 7952325.
HSL color Cylindrical-coordinate representation of color #C55779: hue angle of 341.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55779 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 121 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.23 |
| HSL | 341.45º | 0.49% | 0.56% | - |
| HSV(B) | 341.45º | 0.56% | 0.77% | - |
| XYZ | 29.89 | 20.07 | 20.39 | - |
| YUV | 123.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 121 | 0 | 0.56 | 0.39 | 0.23 | 341.45 | 0.49 | 0.56 |
| Hex | C5 | 57 | 79 | 0 | 38 | 27 | 17 | 155 | 31 | 38 |
| Octal | 305 | 127 | 171 | 0 | 70 | 47 | 27 | 525 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1111001 | 0 | 111000 | 100111 | 10111 | 101010101 | 110001 | 111000 |
Color Harmonies of #C55779
Complementary color
Monochromatic Colors of #C55779
Black with #C55779
Text Example
Text Example
White with #C55779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55779; }
p { color: rgb(197,87,121); }
H1.HeaderClassName
{
color: #C55779;
}
.AnyTagClassName
{
color: #C55779;
}
</style>
background-color css
<style>
a { background-color: #C55779; }
a { background-color: rgb(197,87,121); }
div.DivClassName
{
background-color: #C55779;
}
.BgClassName
{
background-color: #C55779;
}
</style>
border-color css
<style>
span { border-color: #C55779; }
span { border-color: rgb(197,87,121); }
td.TdClassName
{
border-color: #C55779;
}
.TagClassName
{
border-color: #C55779;
}
</style>