Shades of Cabaret #C83D60
Tints of Cabaret #C83D60
RGB
CMYK
RGB Variations
Color information
#C83D60 (or 0xC83D60) is known color: Cabaret. HEX triplet: C8, 3D and 60. RGB value is (200,61,96). Sum of RGB (Red+Green+Blue) = 200+61+96=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83D60 is #37C29F. Grayscale: #6A6A6A. Windows color (decimal): -3654304 or 6307272. OLE color: 6307272.
HSL color Cylindrical-coordinate representation of color #C83D60: hue angle of 344.89º 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 #C83D60 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 96 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.22 |
| HSL | 344.89º | 0.56% | 0.51% | - |
| HSV(B) | 344.89º | 0.7% | 0.78% | - |
| XYZ | 27.6 | 16.46 | 12.79 | - |
| YUV | 106.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 96 | 0 | 0.69 | 0.52 | 0.22 | 344.89 | 0.56 | 0.51 |
| Hex | C8 | 3D | 60 | 0 | 45 | 34 | 16 | 159 | 38 | 33 |
| Octal | 310 | 75 | 140 | 0 | 105 | 64 | 26 | 531 | 70 | 63 |
| Binary | 11001000 | 111101 | 1100000 | 0 | 1000101 | 110100 | 10110 | 101011001 | 111000 | 110011 |
Color Harmonies of #C83D60
Complementary color
Monochromatic Colors of #C83D60
Black with #C83D60
Text Example
Text Example
White with #C83D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D60; }
p { color: rgb(200,61,96); }
H1.HeaderClassName
{
color: #C83D60;
}
.AnyTagClassName
{
color: #C83D60;
}
</style>
background-color css
<style>
a { background-color: #C83D60; }
a { background-color: rgb(200,61,96); }
div.DivClassName
{
background-color: #C83D60;
}
.BgClassName
{
background-color: #C83D60;
}
</style>
border-color css
<style>
span { border-color: #C83D60; }
span { border-color: rgb(200,61,96); }
td.TdClassName
{
border-color: #C83D60;
}
.TagClassName
{
border-color: #C83D60;
}
</style>