Shades of Cabaret #C8405F
Tints of Cabaret #C8405F
RGB
CMYK
RGB Variations
Color information
#C8405F (or 0xC8405F) is known color: Cabaret. HEX triplet: C8, 40 and 5F. RGB value is (200,64,95). Sum of RGB (Red+Green+Blue) = 200+64+95=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8405F is #37BFA0. Grayscale: #6C6C6C. Windows color (decimal): -3653537 or 6242504. OLE color: 6242504.
HSL color Cylindrical-coordinate representation of color #C8405F: hue angle of 346.32º 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 #C8405F is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 95 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.22 |
| HSL | 346.32º | 0.55% | 0.52% | - |
| HSV(B) | 346.32º | 0.68% | 0.78% | - |
| XYZ | 27.72 | 16.77 | 12.6 | - |
| YUV | 108.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 95 | 0 | 0.68 | 0.52 | 0.22 | 346.32 | 0.55 | 0.52 |
| Hex | C8 | 40 | 5F | 0 | 44 | 34 | 16 | 15A | 37 | 34 |
| Octal | 310 | 100 | 137 | 0 | 104 | 64 | 26 | 532 | 67 | 64 |
| Binary | 11001000 | 1000000 | 1011111 | 0 | 1000100 | 110100 | 10110 | 101011010 | 110111 | 110100 |
Color Harmonies of #C8405F
Complementary color
Monochromatic Colors of #C8405F
Black with #C8405F
Text Example
Text Example
White with #C8405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8405F; }
p { color: rgb(200,64,95); }
H1.HeaderClassName
{
color: #C8405F;
}
.AnyTagClassName
{
color: #C8405F;
}
</style>
background-color css
<style>
a { background-color: #C8405F; }
a { background-color: rgb(200,64,95); }
div.DivClassName
{
background-color: #C8405F;
}
.BgClassName
{
background-color: #C8405F;
}
</style>
border-color css
<style>
span { border-color: #C8405F; }
span { border-color: rgb(200,64,95); }
td.TdClassName
{
border-color: #C8405F;
}
.TagClassName
{
border-color: #C8405F;
}
</style>