Shades of Cabaret #C45066
Tints of Cabaret #C45066
RGB
CMYK
RGB Variations
Color information
#C45066 (or 0xC45066) is known color: Cabaret. HEX triplet: C4, 50 and 66. RGB value is (196,80,102). Sum of RGB (Red+Green+Blue) = 196+80+102=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C45066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45066 is #3BAF99. Grayscale: #757575. Windows color (decimal): -3911578 or 6705348. OLE color: 6705348.
HSL color Cylindrical-coordinate representation of color #C45066: hue angle of 348.62º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45066 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 102 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.23 |
| HSL | 348.62º | 0.5% | 0.54% | - |
| HSV(B) | 348.62º | 0.59% | 0.77% | - |
| XYZ | 28.03 | 18.43 | 14.65 | - |
| YUV | 117.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 102 | 0 | 0.59 | 0.48 | 0.23 | 348.62 | 0.5 | 0.54 |
| Hex | C4 | 50 | 66 | 0 | 3B | 30 | 17 | 15D | 32 | 36 |
| Octal | 304 | 120 | 146 | 0 | 73 | 60 | 27 | 535 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1100110 | 0 | 111011 | 110000 | 10111 | 101011101 | 110010 | 110110 |
Color Harmonies of #C45066
Complementary color
Monochromatic Colors of #C45066
Black with #C45066
Text Example
Text Example
White with #C45066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45066; }
p { color: rgb(196,80,102); }
H1.HeaderClassName
{
color: #C45066;
}
.AnyTagClassName
{
color: #C45066;
}
</style>
background-color css
<style>
a { background-color: #C45066; }
a { background-color: rgb(196,80,102); }
div.DivClassName
{
background-color: #C45066;
}
.BgClassName
{
background-color: #C45066;
}
</style>
border-color css
<style>
span { border-color: #C45066; }
span { border-color: rgb(196,80,102); }
td.TdClassName
{
border-color: #C45066;
}
.TagClassName
{
border-color: #C45066;
}
</style>