Shades of Cabaret #C45F7D
Tints of Cabaret #C45F7D
RGB
CMYK
RGB Variations
Color information
#C45F7D (or 0xC45F7D) is known color: Cabaret. HEX triplet: C4, 5F and 7D. RGB value is (196,95,125). Sum of RGB (Red+Green+Blue) = 196+95+125=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F7D is #3BA082. Grayscale: #808080. Windows color (decimal): -3907715 or 8216516. OLE color: 8216516.
HSL color Cylindrical-coordinate representation of color #C45F7D: hue angle of 342.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 #C45F7D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 125 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.23 |
| HSL | 342.18º | 0.46% | 0.57% | - |
| HSV(B) | 342.18º | 0.52% | 0.77% | - |
| XYZ | 30.56 | 21.4 | 21.92 | - |
| YUV | 128.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 125 | 0 | 0.52 | 0.36 | 0.23 | 342.18 | 0.46 | 0.57 |
| Hex | C4 | 5F | 7D | 0 | 34 | 24 | 17 | 156 | 2E | 39 |
| Octal | 304 | 137 | 175 | 0 | 64 | 44 | 27 | 526 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1111101 | 0 | 110100 | 100100 | 10111 | 101010110 | 101110 | 111001 |
Color Harmonies of #C45F7D
Complementary color
Monochromatic Colors of #C45F7D
Black with #C45F7D
Text Example
Text Example
White with #C45F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F7D; }
p { color: rgb(196,95,125); }
H1.HeaderClassName
{
color: #C45F7D;
}
.AnyTagClassName
{
color: #C45F7D;
}
</style>
background-color css
<style>
a { background-color: #C45F7D; }
a { background-color: rgb(196,95,125); }
div.DivClassName
{
background-color: #C45F7D;
}
.BgClassName
{
background-color: #C45F7D;
}
</style>
border-color css
<style>
span { border-color: #C45F7D; }
span { border-color: rgb(196,95,125); }
td.TdClassName
{
border-color: #C45F7D;
}
.TagClassName
{
border-color: #C45F7D;
}
</style>