Shades of Cabaret #C83D63
Tints of Cabaret #C83D63
RGB
CMYK
RGB Variations
Color information
#C83D63 (or 0xC83D63) is known color: Cabaret. HEX triplet: C8, 3D and 63. RGB value is (200,61,99). Sum of RGB (Red+Green+Blue) = 200+61+99=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D63 is #37C29C. Grayscale: #6A6A6A. Windows color (decimal): -3654301 or 6503880. OLE color: 6503880.
HSL color Cylindrical-coordinate representation of color #C83D63: hue angle of 343.6º degrees, saturation: 0.56, 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 #C83D63 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 99 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.22 |
| HSL | 343.6º | 0.56% | 0.51% | - |
| HSV(B) | 343.6º | 0.7% | 0.78% | - |
| XYZ | 27.74 | 16.52 | 13.53 | - |
| YUV | 106.89 | 123.55 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 99 | 0 | 0.69 | 0.50 | 0.22 | 343.6 | 0.56 | 0.51 |
| Hex | C8 | 3D | 63 | 0 | 45 | 32 | 16 | 158 | 38 | 33 |
| Octal | 310 | 75 | 143 | 0 | 105 | 62 | 26 | 530 | 70 | 63 |
| Binary | 11001000 | 111101 | 1100011 | 0 | 1000101 | 110010 | 10110 | 101011000 | 111000 | 110011 |
Color Harmonies of #C83D63
Complementary color
Monochromatic Colors of #C83D63
Black with #C83D63
Text Example
Text Example
White with #C83D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D63; }
p { color: rgb(200,61,99); }
H1.HeaderClassName
{
color: #C83D63;
}
.AnyTagClassName
{
color: #C83D63;
}
</style>
background-color css
<style>
a { background-color: #C83D63; }
a { background-color: rgb(200,61,99); }
div.DivClassName
{
background-color: #C83D63;
}
.BgClassName
{
background-color: #C83D63;
}
</style>
border-color css
<style>
span { border-color: #C83D63; }
span { border-color: rgb(200,61,99); }
td.TdClassName
{
border-color: #C83D63;
}
.TagClassName
{
border-color: #C83D63;
}
</style>