Shades of Cabaret #C8567B
Tints of Cabaret #C8567B
RGB
CMYK
RGB Variations
Color information
#C8567B (or 0xC8567B) is known color: Cabaret. HEX triplet: C8, 56 and 7B. RGB value is (200,86,123). Sum of RGB (Red+Green+Blue) = 200+86+123=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8567B is #37A984. Grayscale: #7C7C7C. Windows color (decimal): -3647877 or 8083144. OLE color: 8083144.
HSL color Cylindrical-coordinate representation of color #C8567B: hue angle of 340.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8567B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 123 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.22 |
| HSL | 340.53º | 0.51% | 0.56% | - |
| HSV(B) | 340.53º | 0.57% | 0.78% | - |
| XYZ | 30.72 | 20.37 | 21.05 | - |
| YUV | 124.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 123 | 0 | 0.57 | 0.38 | 0.22 | 340.53 | 0.51 | 0.56 |
| Hex | C8 | 56 | 7B | 0 | 39 | 26 | 16 | 155 | 33 | 38 |
| Octal | 310 | 126 | 173 | 0 | 71 | 46 | 26 | 525 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1111011 | 0 | 111001 | 100110 | 10110 | 101010101 | 110011 | 111000 |
Color Harmonies of #C8567B
Complementary color
Monochromatic Colors of #C8567B
Black with #C8567B
Text Example
Text Example
White with #C8567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8567B; }
p { color: rgb(200,86,123); }
H1.HeaderClassName
{
color: #C8567B;
}
.AnyTagClassName
{
color: #C8567B;
}
</style>
background-color css
<style>
a { background-color: #C8567B; }
a { background-color: rgb(200,86,123); }
div.DivClassName
{
background-color: #C8567B;
}
.BgClassName
{
background-color: #C8567B;
}
</style>
border-color css
<style>
span { border-color: #C8567B; }
span { border-color: rgb(200,86,123); }
td.TdClassName
{
border-color: #C8567B;
}
.TagClassName
{
border-color: #C8567B;
}
</style>