Shades of Cabaret #C54665
Tints of Cabaret #C54665
RGB
CMYK
RGB Variations
Color information
#C54665 (or 0xC54665) is known color: Cabaret. HEX triplet: C5, 46 and 65. RGB value is (197,70,101). Sum of RGB (Red+Green+Blue) = 197+70+101=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54665 is #3AB99A. Grayscale: #6F6F6F. Windows color (decimal): -3848603 or 6637253. OLE color: 6637253.
HSL color Cylindrical-coordinate representation of color #C54665: hue angle of 345.35º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54665 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 101 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.23 |
| HSL | 345.35º | 0.52% | 0.52% | - |
| HSV(B) | 345.35º | 0.64% | 0.77% | - |
| XYZ | 27.57 | 17.19 | 14.18 | - |
| YUV | 111.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 101 | 0 | 0.64 | 0.49 | 0.23 | 345.35 | 0.52 | 0.52 |
| Hex | C5 | 46 | 65 | 0 | 40 | 31 | 17 | 159 | 34 | 34 |
| Octal | 305 | 106 | 145 | 0 | 100 | 61 | 27 | 531 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1100101 | 0 | 1000000 | 110001 | 10111 | 101011001 | 110100 | 110100 |
Color Harmonies of #C54665
Complementary color
Monochromatic Colors of #C54665
Black with #C54665
Text Example
Text Example
White with #C54665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54665; }
p { color: rgb(197,70,101); }
H1.HeaderClassName
{
color: #C54665;
}
.AnyTagClassName
{
color: #C54665;
}
</style>
background-color css
<style>
a { background-color: #C54665; }
a { background-color: rgb(197,70,101); }
div.DivClassName
{
background-color: #C54665;
}
.BgClassName
{
background-color: #C54665;
}
</style>
border-color css
<style>
span { border-color: #C54665; }
span { border-color: rgb(197,70,101); }
td.TdClassName
{
border-color: #C54665;
}
.TagClassName
{
border-color: #C54665;
}
</style>