Shades of Cabaret #C63F64
Tints of Cabaret #C63F64
RGB
CMYK
RGB Variations
Color information
#C63F64 (or 0xC63F64) is known color: Cabaret. HEX triplet: C6, 3F and 64. RGB value is (198,63,100). Sum of RGB (Red+Green+Blue) = 198+63+100=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F64 is #39C09B. Grayscale: #6B6B6B. Windows color (decimal): -3784860 or 6569926. OLE color: 6569926.
HSL color Cylindrical-coordinate representation of color #C63F64: hue angle of 343.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F64 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 100 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.22 |
| HSL | 343.56º | 0.54% | 0.51% | - |
| HSV(B) | 343.56º | 0.68% | 0.78% | - |
| XYZ | 27.37 | 16.48 | 13.8 | - |
| YUV | 107.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 100 | 0 | 0.68 | 0.49 | 0.22 | 343.56 | 0.54 | 0.51 |
| Hex | C6 | 3F | 64 | 0 | 44 | 31 | 16 | 158 | 36 | 33 |
| Octal | 306 | 77 | 144 | 0 | 104 | 61 | 26 | 530 | 66 | 63 |
| Binary | 11000110 | 111111 | 1100100 | 0 | 1000100 | 110001 | 10110 | 101011000 | 110110 | 110011 |
Color Harmonies of #C63F64
Complementary color
Monochromatic Colors of #C63F64
Black with #C63F64
Text Example
Text Example
White with #C63F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F64; }
p { color: rgb(198,63,100); }
H1.HeaderClassName
{
color: #C63F64;
}
.AnyTagClassName
{
color: #C63F64;
}
</style>
background-color css
<style>
a { background-color: #C63F64; }
a { background-color: rgb(198,63,100); }
div.DivClassName
{
background-color: #C63F64;
}
.BgClassName
{
background-color: #C63F64;
}
</style>
border-color css
<style>
span { border-color: #C63F64; }
span { border-color: rgb(198,63,100); }
td.TdClassName
{
border-color: #C63F64;
}
.TagClassName
{
border-color: #C63F64;
}
</style>