Shades of Cabaret #C8456E
Tints of Cabaret #C8456E
RGB
CMYK
RGB Variations
Color information
#C8456E (or 0xC8456E) is known color: Cabaret. HEX triplet: C8, 45 and 6E. RGB value is (200,69,110). Sum of RGB (Red+Green+Blue) = 200+69+110=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8456E is #37BA91. Grayscale: #707070. Windows color (decimal): -3652242 or 7226824. OLE color: 7226824.
HSL color Cylindrical-coordinate representation of color #C8456E: hue angle of 341.22º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8456E is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 110 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.22 |
| HSL | 341.22º | 0.54% | 0.53% | - |
| HSV(B) | 341.22º | 0.66% | 0.78% | - |
| XYZ | 28.76 | 17.66 | 16.64 | - |
| YUV | 112.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 110 | 0 | 0.66 | 0.45 | 0.22 | 341.22 | 0.54 | 0.53 |
| Hex | C8 | 45 | 6E | 0 | 42 | 2D | 16 | 155 | 36 | 35 |
| Octal | 310 | 105 | 156 | 0 | 102 | 55 | 26 | 525 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1101110 | 0 | 1000010 | 101101 | 10110 | 101010101 | 110110 | 110101 |
Color Harmonies of #C8456E
Complementary color
Monochromatic Colors of #C8456E
Black with #C8456E
Text Example
Text Example
White with #C8456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8456E; }
p { color: rgb(200,69,110); }
H1.HeaderClassName
{
color: #C8456E;
}
.AnyTagClassName
{
color: #C8456E;
}
</style>
background-color css
<style>
a { background-color: #C8456E; }
a { background-color: rgb(200,69,110); }
div.DivClassName
{
background-color: #C8456E;
}
.BgClassName
{
background-color: #C8456E;
}
</style>
border-color css
<style>
span { border-color: #C8456E; }
span { border-color: rgb(200,69,110); }
td.TdClassName
{
border-color: #C8456E;
}
.TagClassName
{
border-color: #C8456E;
}
</style>