Shades of Cabaret #C45F7C
Tints of Cabaret #C45F7C
RGB
CMYK
RGB Variations
Color information
#C45F7C (or 0xC45F7C) is known color: Cabaret. HEX triplet: C4, 5F and 7C. RGB value is (196,95,124). Sum of RGB (Red+Green+Blue) = 196+95+124=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F7C is #3BA083. Grayscale: #808080. Windows color (decimal): -3907716 or 8150980. OLE color: 8150980.
HSL color Cylindrical-coordinate representation of color #C45F7C: hue angle of 342.77º 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 #C45F7C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 124 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.23 |
| HSL | 342.77º | 0.46% | 0.57% | - |
| HSV(B) | 342.77º | 0.52% | 0.77% | - |
| XYZ | 30.5 | 21.38 | 21.59 | - |
| YUV | 128.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 124 | 0 | 0.52 | 0.37 | 0.23 | 342.77 | 0.46 | 0.57 |
| Hex | C4 | 5F | 7C | 0 | 34 | 25 | 17 | 157 | 2E | 39 |
| Octal | 304 | 137 | 174 | 0 | 64 | 45 | 27 | 527 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1111100 | 0 | 110100 | 100101 | 10111 | 101010111 | 101110 | 111001 |
Color Harmonies of #C45F7C
Complementary color
Monochromatic Colors of #C45F7C
Black with #C45F7C
Text Example
Text Example
White with #C45F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F7C; }
p { color: rgb(196,95,124); }
H1.HeaderClassName
{
color: #C45F7C;
}
.AnyTagClassName
{
color: #C45F7C;
}
</style>
background-color css
<style>
a { background-color: #C45F7C; }
a { background-color: rgb(196,95,124); }
div.DivClassName
{
background-color: #C45F7C;
}
.BgClassName
{
background-color: #C45F7C;
}
</style>
border-color css
<style>
span { border-color: #C45F7C; }
span { border-color: rgb(196,95,124); }
td.TdClassName
{
border-color: #C45F7C;
}
.TagClassName
{
border-color: #C45F7C;
}
</style>