Shades of Cabaret #C83F6D
Tints of Cabaret #C83F6D
RGB
CMYK
RGB Variations
Color information
#C83F6D (or 0xC83F6D) is known color: Cabaret. HEX triplet: C8, 3F and 6D. RGB value is (200,63,109). Sum of RGB (Red+Green+Blue) = 200+63+109=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F6D is #37C092. Grayscale: #6D6D6D. Windows color (decimal): -3653779 or 7159752. OLE color: 7159752.
HSL color Cylindrical-coordinate representation of color #C83F6D: hue angle of 339.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F6D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 109 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.22 |
| HSL | 339.85º | 0.55% | 0.52% | - |
| HSV(B) | 339.85º | 0.69% | 0.78% | - |
| XYZ | 28.36 | 16.94 | 16.24 | - |
| YUV | 109.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 109 | 0 | 0.68 | 0.46 | 0.22 | 339.85 | 0.55 | 0.52 |
| Hex | C8 | 3F | 6D | 0 | 44 | 2E | 16 | 154 | 37 | 34 |
| Octal | 310 | 77 | 155 | 0 | 104 | 56 | 26 | 524 | 67 | 64 |
| Binary | 11001000 | 111111 | 1101101 | 0 | 1000100 | 101110 | 10110 | 101010100 | 110111 | 110100 |
Color Harmonies of #C83F6D
Complementary color
Monochromatic Colors of #C83F6D
Black with #C83F6D
Text Example
Text Example
White with #C83F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F6D; }
p { color: rgb(200,63,109); }
H1.HeaderClassName
{
color: #C83F6D;
}
.AnyTagClassName
{
color: #C83F6D;
}
</style>
background-color css
<style>
a { background-color: #C83F6D; }
a { background-color: rgb(200,63,109); }
div.DivClassName
{
background-color: #C83F6D;
}
.BgClassName
{
background-color: #C83F6D;
}
</style>
border-color css
<style>
span { border-color: #C83F6D; }
span { border-color: rgb(200,63,109); }
td.TdClassName
{
border-color: #C83F6D;
}
.TagClassName
{
border-color: #C83F6D;
}
</style>