Shades of Cabaret #C83F62
Tints of Cabaret #C83F62
RGB
CMYK
RGB Variations
Color information
#C83F62 (or 0xC83F62) is known color: Cabaret. HEX triplet: C8, 3F and 62. RGB value is (200,63,98). Sum of RGB (Red+Green+Blue) = 200+63+98=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F62 is #37C09D. Grayscale: #6B6B6B. Windows color (decimal): -3653790 or 6438856. OLE color: 6438856.
HSL color Cylindrical-coordinate representation of color #C83F62: hue angle of 344.67º 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 #C83F62 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 98 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.22 |
| HSL | 344.67º | 0.55% | 0.52% | - |
| HSV(B) | 344.67º | 0.69% | 0.78% | - |
| XYZ | 27.8 | 16.72 | 13.32 | - |
| YUV | 107.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 98 | 0 | 0.68 | 0.51 | 0.22 | 344.67 | 0.55 | 0.52 |
| Hex | C8 | 3F | 62 | 0 | 44 | 33 | 16 | 159 | 37 | 34 |
| Octal | 310 | 77 | 142 | 0 | 104 | 63 | 26 | 531 | 67 | 64 |
| Binary | 11001000 | 111111 | 1100010 | 0 | 1000100 | 110011 | 10110 | 101011001 | 110111 | 110100 |
Color Harmonies of #C83F62
Complementary color
Monochromatic Colors of #C83F62
Black with #C83F62
Text Example
Text Example
White with #C83F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F62; }
p { color: rgb(200,63,98); }
H1.HeaderClassName
{
color: #C83F62;
}
.AnyTagClassName
{
color: #C83F62;
}
</style>
background-color css
<style>
a { background-color: #C83F62; }
a { background-color: rgb(200,63,98); }
div.DivClassName
{
background-color: #C83F62;
}
.BgClassName
{
background-color: #C83F62;
}
</style>
border-color css
<style>
span { border-color: #C83F62; }
span { border-color: rgb(200,63,98); }
td.TdClassName
{
border-color: #C83F62;
}
.TagClassName
{
border-color: #C83F62;
}
</style>