Shades of Cabaret #C4506D
Tints of Cabaret #C4506D
RGB
CMYK
RGB Variations
Color information
#C4506D (or 0xC4506D) is known color: Cabaret. HEX triplet: C4, 50 and 6D. RGB value is (196,80,109). Sum of RGB (Red+Green+Blue) = 196+80+109=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4506D is #3BAF92. Grayscale: #757575. Windows color (decimal): -3911571 or 7164100. OLE color: 7164100.
HSL color Cylindrical-coordinate representation of color #C4506D: hue angle of 345º 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 #C4506D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 109 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.23 |
| HSL | 345º | 0.5% | 0.54% | - |
| HSV(B) | 345º | 0.59% | 0.77% | - |
| XYZ | 28.39 | 18.58 | 16.56 | - |
| YUV | 117.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 109 | 0 | 0.59 | 0.44 | 0.23 | 345 | 0.5 | 0.54 |
| Hex | C4 | 50 | 6D | 0 | 3B | 2C | 17 | 159 | 32 | 36 |
| Octal | 304 | 120 | 155 | 0 | 73 | 54 | 27 | 531 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1101101 | 0 | 111011 | 101100 | 10111 | 101011001 | 110010 | 110110 |
Color Harmonies of #C4506D
Complementary color
Monochromatic Colors of #C4506D
Black with #C4506D
Text Example
Text Example
White with #C4506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4506D; }
p { color: rgb(196,80,109); }
H1.HeaderClassName
{
color: #C4506D;
}
.AnyTagClassName
{
color: #C4506D;
}
</style>
background-color css
<style>
a { background-color: #C4506D; }
a { background-color: rgb(196,80,109); }
div.DivClassName
{
background-color: #C4506D;
}
.BgClassName
{
background-color: #C4506D;
}
</style>
border-color css
<style>
span { border-color: #C4506D; }
span { border-color: rgb(196,80,109); }
td.TdClassName
{
border-color: #C4506D;
}
.TagClassName
{
border-color: #C4506D;
}
</style>