Shades of Cabaret #C55A68
Tints of Cabaret #C55A68
RGB
CMYK
RGB Variations
Color information
#C55A68 (or 0xC55A68) is known color: Cabaret. HEX triplet: C5, 5A and 68. RGB value is (197,90,104). Sum of RGB (Red+Green+Blue) = 197+90+104=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A68 is #3AA597. Grayscale: #7B7B7B. Windows color (decimal): -3843480 or 6838981. OLE color: 6838981.
HSL color Cylindrical-coordinate representation of color #C55A68: hue angle of 352.15º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A68 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 104 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.23 |
| HSL | 352.15º | 0.48% | 0.56% | - |
| HSV(B) | 352.15º | 0.54% | 0.77% | - |
| XYZ | 29.18 | 20.18 | 15.45 | - |
| YUV | 123.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 104 | 0 | 0.54 | 0.47 | 0.23 | 352.15 | 0.48 | 0.56 |
| Hex | C5 | 5A | 68 | 0 | 36 | 2F | 17 | 160 | 30 | 38 |
| Octal | 305 | 132 | 150 | 0 | 66 | 57 | 27 | 540 | 60 | 70 |
| Binary | 11000101 | 1011010 | 1101000 | 0 | 110110 | 101111 | 10111 | 101100000 | 110000 | 111000 |
Color Harmonies of #C55A68
Complementary color
Monochromatic Colors of #C55A68
Black with #C55A68
Text Example
Text Example
White with #C55A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A68; }
p { color: rgb(197,90,104); }
H1.HeaderClassName
{
color: #C55A68;
}
.AnyTagClassName
{
color: #C55A68;
}
</style>
background-color css
<style>
a { background-color: #C55A68; }
a { background-color: rgb(197,90,104); }
div.DivClassName
{
background-color: #C55A68;
}
.BgClassName
{
background-color: #C55A68;
}
</style>
border-color css
<style>
span { border-color: #C55A68; }
span { border-color: rgb(197,90,104); }
td.TdClassName
{
border-color: #C55A68;
}
.TagClassName
{
border-color: #C55A68;
}
</style>