Shades of Cabaret #C45871
Tints of Cabaret #C45871
RGB
CMYK
RGB Variations
Color information
#C45871 (or 0xC45871) is known color: Cabaret. HEX triplet: C4, 58 and 71. RGB value is (196,88,113). Sum of RGB (Red+Green+Blue) = 196+88+113=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C45871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45871 is #3BA78E. Grayscale: #7B7B7B. Windows color (decimal): -3909519 or 7428292. OLE color: 7428292.
HSL color Cylindrical-coordinate representation of color #C45871: hue angle of 346.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45871 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 113 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.23 |
| HSL | 346.11º | 0.48% | 0.56% | - |
| HSV(B) | 346.11º | 0.55% | 0.77% | - |
| XYZ | 29.24 | 19.91 | 17.92 | - |
| YUV | 123.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 113 | 0 | 0.55 | 0.42 | 0.23 | 346.11 | 0.48 | 0.56 |
| Hex | C4 | 58 | 71 | 0 | 37 | 2A | 17 | 15A | 30 | 38 |
| Octal | 304 | 130 | 161 | 0 | 67 | 52 | 27 | 532 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1110001 | 0 | 110111 | 101010 | 10111 | 101011010 | 110000 | 111000 |
Color Harmonies of #C45871
Complementary color
Monochromatic Colors of #C45871
Black with #C45871
Text Example
Text Example
White with #C45871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45871; }
p { color: rgb(196,88,113); }
H1.HeaderClassName
{
color: #C45871;
}
.AnyTagClassName
{
color: #C45871;
}
</style>
background-color css
<style>
a { background-color: #C45871; }
a { background-color: rgb(196,88,113); }
div.DivClassName
{
background-color: #C45871;
}
.BgClassName
{
background-color: #C45871;
}
</style>
border-color css
<style>
span { border-color: #C45871; }
span { border-color: rgb(196,88,113); }
td.TdClassName
{
border-color: #C45871;
}
.TagClassName
{
border-color: #C45871;
}
</style>