Shades of Cabaret #C45E6D
Tints of Cabaret #C45E6D
RGB
CMYK
RGB Variations
Color information
#C45E6D (or 0xC45E6D) is known color: Cabaret. HEX triplet: C4, 5E and 6D. RGB value is (196,94,109). Sum of RGB (Red+Green+Blue) = 196+94+109=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45E6D is #3BA192. Grayscale: #7E7E7E. Windows color (decimal): -3907987 or 7167684. OLE color: 7167684.
HSL color Cylindrical-coordinate representation of color #C45E6D: hue angle of 351.18º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45E6D is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 109 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.23 |
| HSL | 351.18º | 0.46% | 0.57% | - |
| HSV(B) | 351.18º | 0.52% | 0.77% | - |
| XYZ | 29.53 | 20.85 | 16.94 | - |
| YUV | 126.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 109 | 0 | 0.52 | 0.44 | 0.23 | 351.18 | 0.46 | 0.57 |
| Hex | C4 | 5E | 6D | 0 | 34 | 2C | 17 | 15F | 2E | 39 |
| Octal | 304 | 136 | 155 | 0 | 64 | 54 | 27 | 537 | 56 | 71 |
| Binary | 11000100 | 1011110 | 1101101 | 0 | 110100 | 101100 | 10111 | 101011111 | 101110 | 111001 |
Color Harmonies of #C45E6D
Complementary color
Monochromatic Colors of #C45E6D
Black with #C45E6D
Text Example
Text Example
White with #C45E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E6D; }
p { color: rgb(196,94,109); }
H1.HeaderClassName
{
color: #C45E6D;
}
.AnyTagClassName
{
color: #C45E6D;
}
</style>
background-color css
<style>
a { background-color: #C45E6D; }
a { background-color: rgb(196,94,109); }
div.DivClassName
{
background-color: #C45E6D;
}
.BgClassName
{
background-color: #C45E6D;
}
</style>
border-color css
<style>
span { border-color: #C45E6D; }
span { border-color: rgb(196,94,109); }
td.TdClassName
{
border-color: #C45E6D;
}
.TagClassName
{
border-color: #C45E6D;
}
</style>