Shades of Cabaret #C55769
Tints of Cabaret #C55769
RGB
CMYK
RGB Variations
Color information
#C55769 (or 0xC55769) is known color: Cabaret. HEX triplet: C5, 57 and 69. RGB value is (197,87,105). Sum of RGB (Red+Green+Blue) = 197+87+105=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C55769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55769 is #3AA896. Grayscale: #797979. Windows color (decimal): -3844247 or 6903749. OLE color: 6903749.
HSL color Cylindrical-coordinate representation of color #C55769: hue angle of 350.18º 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 #C55769 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 105 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.23 |
| HSL | 350.18º | 0.49% | 0.56% | - |
| HSV(B) | 350.18º | 0.56% | 0.77% | - |
| XYZ | 28.98 | 19.71 | 15.64 | - |
| YUV | 121.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 105 | 0 | 0.56 | 0.47 | 0.23 | 350.18 | 0.49 | 0.56 |
| Hex | C5 | 57 | 69 | 0 | 38 | 2F | 17 | 15E | 31 | 38 |
| Octal | 305 | 127 | 151 | 0 | 70 | 57 | 27 | 536 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1101001 | 0 | 111000 | 101111 | 10111 | 101011110 | 110001 | 111000 |
Color Harmonies of #C55769
Complementary color
Monochromatic Colors of #C55769
Black with #C55769
Text Example
Text Example
White with #C55769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55769; }
p { color: rgb(197,87,105); }
H1.HeaderClassName
{
color: #C55769;
}
.AnyTagClassName
{
color: #C55769;
}
</style>
background-color css
<style>
a { background-color: #C55769; }
a { background-color: rgb(197,87,105); }
div.DivClassName
{
background-color: #C55769;
}
.BgClassName
{
background-color: #C55769;
}
</style>
border-color css
<style>
span { border-color: #C55769; }
span { border-color: rgb(197,87,105); }
td.TdClassName
{
border-color: #C55769;
}
.TagClassName
{
border-color: #C55769;
}
</style>