Shades of Cabaret #C63F68
Tints of Cabaret #C63F68
RGB
CMYK
RGB Variations
Color information
#C63F68 (or 0xC63F68) is known color: Cabaret. HEX triplet: C6, 3F and 68. RGB value is (198,63,104). Sum of RGB (Red+Green+Blue) = 198+63+104=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F68 is #39C097. Grayscale: #6C6C6C. Windows color (decimal): -3784856 or 6832070. OLE color: 6832070.
HSL color Cylindrical-coordinate representation of color #C63F68: hue angle of 341.78º 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 #C63F68 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 104 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.22 |
| HSL | 341.78º | 0.54% | 0.51% | - |
| HSV(B) | 341.78º | 0.68% | 0.78% | - |
| XYZ | 27.56 | 16.56 | 14.84 | - |
| YUV | 108.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 104 | 0 | 0.68 | 0.47 | 0.22 | 341.78 | 0.54 | 0.51 |
| Hex | C6 | 3F | 68 | 0 | 44 | 2F | 16 | 156 | 36 | 33 |
| Octal | 306 | 77 | 150 | 0 | 104 | 57 | 26 | 526 | 66 | 63 |
| Binary | 11000110 | 111111 | 1101000 | 0 | 1000100 | 101111 | 10110 | 101010110 | 110110 | 110011 |
Color Harmonies of #C63F68
Complementary color
Monochromatic Colors of #C63F68
Black with #C63F68
Text Example
Text Example
White with #C63F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F68; }
p { color: rgb(198,63,104); }
H1.HeaderClassName
{
color: #C63F68;
}
.AnyTagClassName
{
color: #C63F68;
}
</style>
background-color css
<style>
a { background-color: #C63F68; }
a { background-color: rgb(198,63,104); }
div.DivClassName
{
background-color: #C63F68;
}
.BgClassName
{
background-color: #C63F68;
}
</style>
border-color css
<style>
span { border-color: #C63F68; }
span { border-color: rgb(198,63,104); }
td.TdClassName
{
border-color: #C63F68;
}
.TagClassName
{
border-color: #C63F68;
}
</style>