Shades of Cabaret #C45373
Tints of Cabaret #C45373
RGB
CMYK
RGB Variations
Color information
#C45373 (or 0xC45373) is known color: Cabaret. HEX triplet: C4, 53 and 73. RGB value is (196,83,115). Sum of RGB (Red+Green+Blue) = 196+83+115=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C45373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45373 is #3BAC8C. Grayscale: #787878. Windows color (decimal): -3910797 or 7558084. OLE color: 7558084.
HSL color Cylindrical-coordinate representation of color #C45373: hue angle of 343.01º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45373 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 115 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.23 |
| HSL | 343.01º | 0.49% | 0.55% | - |
| HSV(B) | 343.01º | 0.58% | 0.77% | - |
| XYZ | 28.95 | 19.16 | 18.39 | - |
| YUV | 120.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 115 | 0 | 0.58 | 0.41 | 0.23 | 343.01 | 0.49 | 0.55 |
| Hex | C4 | 53 | 73 | 0 | 3A | 29 | 17 | 157 | 31 | 37 |
| Octal | 304 | 123 | 163 | 0 | 72 | 51 | 27 | 527 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1110011 | 0 | 111010 | 101001 | 10111 | 101010111 | 110001 | 110111 |
Color Harmonies of #C45373
Complementary color
Monochromatic Colors of #C45373
Black with #C45373
Text Example
Text Example
White with #C45373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45373; }
p { color: rgb(196,83,115); }
H1.HeaderClassName
{
color: #C45373;
}
.AnyTagClassName
{
color: #C45373;
}
</style>
background-color css
<style>
a { background-color: #C45373; }
a { background-color: rgb(196,83,115); }
div.DivClassName
{
background-color: #C45373;
}
.BgClassName
{
background-color: #C45373;
}
</style>
border-color css
<style>
span { border-color: #C45373; }
span { border-color: rgb(196,83,115); }
td.TdClassName
{
border-color: #C45373;
}
.TagClassName
{
border-color: #C45373;
}
</style>