Shades of Cabaret #C55469
Tints of Cabaret #C55469
RGB
CMYK
RGB Variations
Color information
#C55469 (or 0xC55469) is known color: Cabaret. HEX triplet: C5, 54 and 69. RGB value is (197,84,105). Sum of RGB (Red+Green+Blue) = 197+84+105=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C55469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55469 is #3AAB96. Grayscale: #787878. Windows color (decimal): -3845015 or 6902981. OLE color: 6902981.
HSL color Cylindrical-coordinate representation of color #C55469: hue angle of 348.85º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55469 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 105 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.23 |
| HSL | 348.85º | 0.49% | 0.55% | - |
| HSV(B) | 348.85º | 0.57% | 0.77% | - |
| XYZ | 28.75 | 19.23 | 15.56 | - |
| YUV | 120.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 105 | 0 | 0.57 | 0.47 | 0.23 | 348.85 | 0.49 | 0.55 |
| Hex | C5 | 54 | 69 | 0 | 39 | 2F | 17 | 15D | 31 | 37 |
| Octal | 305 | 124 | 151 | 0 | 71 | 57 | 27 | 535 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1101001 | 0 | 111001 | 101111 | 10111 | 101011101 | 110001 | 110111 |
Color Harmonies of #C55469
Complementary color
Monochromatic Colors of #C55469
Black with #C55469
Text Example
Text Example
White with #C55469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55469; }
p { color: rgb(197,84,105); }
H1.HeaderClassName
{
color: #C55469;
}
.AnyTagClassName
{
color: #C55469;
}
</style>
background-color css
<style>
a { background-color: #C55469; }
a { background-color: rgb(197,84,105); }
div.DivClassName
{
background-color: #C55469;
}
.BgClassName
{
background-color: #C55469;
}
</style>
border-color css
<style>
span { border-color: #C55469; }
span { border-color: rgb(197,84,105); }
td.TdClassName
{
border-color: #C55469;
}
.TagClassName
{
border-color: #C55469;
}
</style>