Shades of Cabaret #C4506B
Tints of Cabaret #C4506B
RGB
CMYK
RGB Variations
Color information
#C4506B (or 0xC4506B) is known color: Cabaret. HEX triplet: C4, 50 and 6B. RGB value is (196,80,107). Sum of RGB (Red+Green+Blue) = 196+80+107=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4506B is #3BAF94. Grayscale: #757575. Windows color (decimal): -3911573 or 7033028. OLE color: 7033028.
HSL color Cylindrical-coordinate representation of color #C4506B: hue angle of 346.03º 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 #C4506B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 107 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.23 |
| HSL | 346.03º | 0.5% | 0.54% | - |
| HSV(B) | 346.03º | 0.59% | 0.77% | - |
| XYZ | 28.29 | 18.53 | 16 | - |
| YUV | 117.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 107 | 0 | 0.59 | 0.45 | 0.23 | 346.03 | 0.5 | 0.54 |
| Hex | C4 | 50 | 6B | 0 | 3B | 2D | 17 | 15A | 32 | 36 |
| Octal | 304 | 120 | 153 | 0 | 73 | 55 | 27 | 532 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1101011 | 0 | 111011 | 101101 | 10111 | 101011010 | 110010 | 110110 |
Color Harmonies of #C4506B
Complementary color
Monochromatic Colors of #C4506B
Black with #C4506B
Text Example
Text Example
White with #C4506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4506B; }
p { color: rgb(196,80,107); }
H1.HeaderClassName
{
color: #C4506B;
}
.AnyTagClassName
{
color: #C4506B;
}
</style>
background-color css
<style>
a { background-color: #C4506B; }
a { background-color: rgb(196,80,107); }
div.DivClassName
{
background-color: #C4506B;
}
.BgClassName
{
background-color: #C4506B;
}
</style>
border-color css
<style>
span { border-color: #C4506B; }
span { border-color: rgb(196,80,107); }
td.TdClassName
{
border-color: #C4506B;
}
.TagClassName
{
border-color: #C4506B;
}
</style>