Shades of Cabaret #C64363
Tints of Cabaret #C64363
RGB
CMYK
RGB Variations
Color information
#C64363 (or 0xC64363) is known color: Cabaret. HEX triplet: C6, 43 and 63. RGB value is (198,67,99). Sum of RGB (Red+Green+Blue) = 198+67+99=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64363 is #39BC9C. Grayscale: #6D6D6D. Windows color (decimal): -3783837 or 6505414. OLE color: 6505414.
HSL color Cylindrical-coordinate representation of color #C64363: hue angle of 345.34º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64363 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 99 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.22 |
| HSL | 345.34º | 0.53% | 0.52% | - |
| HSV(B) | 345.34º | 0.66% | 0.78% | - |
| XYZ | 27.55 | 16.92 | 13.62 | - |
| YUV | 109.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 99 | 0 | 0.66 | 0.50 | 0.22 | 345.34 | 0.53 | 0.52 |
| Hex | C6 | 43 | 63 | 0 | 42 | 32 | 16 | 159 | 35 | 34 |
| Octal | 306 | 103 | 143 | 0 | 102 | 62 | 26 | 531 | 65 | 64 |
| Binary | 11000110 | 1000011 | 1100011 | 0 | 1000010 | 110010 | 10110 | 101011001 | 110101 | 110100 |
Color Harmonies of #C64363
Complementary color
Monochromatic Colors of #C64363
Black with #C64363
Text Example
Text Example
White with #C64363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64363; }
p { color: rgb(198,67,99); }
H1.HeaderClassName
{
color: #C64363;
}
.AnyTagClassName
{
color: #C64363;
}
</style>
background-color css
<style>
a { background-color: #C64363; }
a { background-color: rgb(198,67,99); }
div.DivClassName
{
background-color: #C64363;
}
.BgClassName
{
background-color: #C64363;
}
</style>
border-color css
<style>
span { border-color: #C64363; }
span { border-color: rgb(198,67,99); }
td.TdClassName
{
border-color: #C64363;
}
.TagClassName
{
border-color: #C64363;
}
</style>