Shades of Cabaret #C63D61
Tints of Cabaret #C63D61
RGB
CMYK
RGB Variations
Color information
#C63D61 (or 0xC63D61) is known color: Cabaret. HEX triplet: C6, 3D and 61. RGB value is (198,61,97). Sum of RGB (Red+Green+Blue) = 198+61+97=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D61 is #39C29E. Grayscale: #6A6A6A. Windows color (decimal): -3785375 or 6372806. OLE color: 6372806.
HSL color Cylindrical-coordinate representation of color #C63D61: hue angle of 344.23º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D61 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 97 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.22 |
| HSL | 344.23º | 0.55% | 0.51% | - |
| HSV(B) | 344.23º | 0.69% | 0.78% | - |
| XYZ | 27.12 | 16.21 | 13.01 | - |
| YUV | 106.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 97 | 0 | 0.69 | 0.51 | 0.22 | 344.23 | 0.55 | 0.51 |
| Hex | C6 | 3D | 61 | 0 | 45 | 33 | 16 | 158 | 37 | 33 |
| Octal | 306 | 75 | 141 | 0 | 105 | 63 | 26 | 530 | 67 | 63 |
| Binary | 11000110 | 111101 | 1100001 | 0 | 1000101 | 110011 | 10110 | 101011000 | 110111 | 110011 |
Color Harmonies of #C63D61
Complementary color
Monochromatic Colors of #C63D61
Black with #C63D61
Text Example
Text Example
White with #C63D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D61; }
p { color: rgb(198,61,97); }
H1.HeaderClassName
{
color: #C63D61;
}
.AnyTagClassName
{
color: #C63D61;
}
</style>
background-color css
<style>
a { background-color: #C63D61; }
a { background-color: rgb(198,61,97); }
div.DivClassName
{
background-color: #C63D61;
}
.BgClassName
{
background-color: #C63D61;
}
</style>
border-color css
<style>
span { border-color: #C63D61; }
span { border-color: rgb(198,61,97); }
td.TdClassName
{
border-color: #C63D61;
}
.TagClassName
{
border-color: #C63D61;
}
</style>