Shades of Cabaret #C8416E
Tints of Cabaret #C8416E
RGB
CMYK
RGB Variations
Color information
#C8416E (or 0xC8416E) is known color: Cabaret. HEX triplet: C8, 41 and 6E. RGB value is (200,65,110). Sum of RGB (Red+Green+Blue) = 200+65+110=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416E is #37BE91. Grayscale: #6E6E6E. Windows color (decimal): -3653266 or 7225800. OLE color: 7225800.
HSL color Cylindrical-coordinate representation of color #C8416E: hue angle of 340º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8416E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 110 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.22 |
| HSL | 340º | 0.55% | 0.52% | - |
| HSV(B) | 340º | 0.68% | 0.78% | - |
| XYZ | 28.52 | 17.19 | 16.57 | - |
| YUV | 110.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 110 | 0 | 0.68 | 0.45 | 0.22 | 340 | 0.55 | 0.52 |
| Hex | C8 | 41 | 6E | 0 | 44 | 2D | 16 | 154 | 37 | 34 |
| Octal | 310 | 101 | 156 | 0 | 104 | 55 | 26 | 524 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1101110 | 0 | 1000100 | 101101 | 10110 | 101010100 | 110111 | 110100 |
Color Harmonies of #C8416E
Complementary color
Monochromatic Colors of #C8416E
Black with #C8416E
Text Example
Text Example
White with #C8416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8416E; }
p { color: rgb(200,65,110); }
H1.HeaderClassName
{
color: #C8416E;
}
.AnyTagClassName
{
color: #C8416E;
}
</style>
background-color css
<style>
a { background-color: #C8416E; }
a { background-color: rgb(200,65,110); }
div.DivClassName
{
background-color: #C8416E;
}
.BgClassName
{
background-color: #C8416E;
}
</style>
border-color css
<style>
span { border-color: #C8416E; }
span { border-color: rgb(200,65,110); }
td.TdClassName
{
border-color: #C8416E;
}
.TagClassName
{
border-color: #C8416E;
}
</style>