Shades of Cabaret #C8416F
Tints of Cabaret #C8416F
RGB
CMYK
RGB Variations
Color information
#C8416F (or 0xC8416F) is known color: Cabaret. HEX triplet: C8, 41 and 6F. RGB value is (200,65,111). Sum of RGB (Red+Green+Blue) = 200+65+111=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8416F is #37BE90. Grayscale: #6E6E6E. Windows color (decimal): -3653265 or 7291336. OLE color: 7291336.
HSL color Cylindrical-coordinate representation of color #C8416F: hue angle of 339.56º 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 #C8416F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 111 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.22 |
| HSL | 339.56º | 0.55% | 0.52% | - |
| HSV(B) | 339.56º | 0.68% | 0.78% | - |
| XYZ | 28.58 | 17.21 | 16.85 | - |
| YUV | 110.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 111 | 0 | 0.68 | 0.44 | 0.22 | 339.56 | 0.55 | 0.52 |
| Hex | C8 | 41 | 6F | 0 | 44 | 2C | 16 | 154 | 37 | 34 |
| Octal | 310 | 101 | 157 | 0 | 104 | 54 | 26 | 524 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1101111 | 0 | 1000100 | 101100 | 10110 | 101010100 | 110111 | 110100 |
Color Harmonies of #C8416F
Complementary color
Monochromatic Colors of #C8416F
Black with #C8416F
Text Example
Text Example
White with #C8416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8416F; }
p { color: rgb(200,65,111); }
H1.HeaderClassName
{
color: #C8416F;
}
.AnyTagClassName
{
color: #C8416F;
}
</style>
background-color css
<style>
a { background-color: #C8416F; }
a { background-color: rgb(200,65,111); }
div.DivClassName
{
background-color: #C8416F;
}
.BgClassName
{
background-color: #C8416F;
}
</style>
border-color css
<style>
span { border-color: #C8416F; }
span { border-color: rgb(200,65,111); }
td.TdClassName
{
border-color: #C8416F;
}
.TagClassName
{
border-color: #C8416F;
}
</style>