Shades of Cabaret #C8536B
Tints of Cabaret #C8536B
RGB
CMYK
RGB Variations
Color information
#C8536B (or 0xC8536B) is known color: Cabaret. HEX triplet: C8, 53 and 6B. RGB value is (200,83,107). Sum of RGB (Red+Green+Blue) = 200+83+107=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8536B is #37AC94. Grayscale: #787878. Windows color (decimal): -3648661 or 7033800. OLE color: 7033800.
HSL color Cylindrical-coordinate representation of color #C8536B: hue angle of 347.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8536B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 107 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.22 |
| HSL | 347.69º | 0.52% | 0.55% | - |
| HSV(B) | 347.69º | 0.59% | 0.78% | - |
| XYZ | 29.57 | 19.53 | 16.12 | - |
| YUV | 120.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 107 | 0 | 0.58 | 0.46 | 0.22 | 347.69 | 0.52 | 0.55 |
| Hex | C8 | 53 | 6B | 0 | 3A | 2E | 16 | 15C | 34 | 37 |
| Octal | 310 | 123 | 153 | 0 | 72 | 56 | 26 | 534 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1101011 | 0 | 111010 | 101110 | 10110 | 101011100 | 110100 | 110111 |
Color Harmonies of #C8536B
Complementary color
Monochromatic Colors of #C8536B
Black with #C8536B
Text Example
Text Example
White with #C8536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8536B; }
p { color: rgb(200,83,107); }
H1.HeaderClassName
{
color: #C8536B;
}
.AnyTagClassName
{
color: #C8536B;
}
</style>
background-color css
<style>
a { background-color: #C8536B; }
a { background-color: rgb(200,83,107); }
div.DivClassName
{
background-color: #C8536B;
}
.BgClassName
{
background-color: #C8536B;
}
</style>
border-color css
<style>
span { border-color: #C8536B; }
span { border-color: rgb(200,83,107); }
td.TdClassName
{
border-color: #C8536B;
}
.TagClassName
{
border-color: #C8536B;
}
</style>