Shades of Cabaret #C3506D
Tints of Cabaret #C3506D
RGB
CMYK
RGB Variations
Color information
#C3506D (or 0xC3506D) is known color: Cabaret. HEX triplet: C3, 50 and 6D. RGB value is (195,80,109). Sum of RGB (Red+Green+Blue) = 195+80+109=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3506D is #3CAF92. Grayscale: #757575. Windows color (decimal): -3977107 or 7164099. OLE color: 7164099.
HSL color Cylindrical-coordinate representation of color #C3506D: hue angle of 344.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3506D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 109 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.24 |
| HSL | 344.87º | 0.49% | 0.54% | - |
| HSV(B) | 344.87º | 0.59% | 0.76% | - |
| XYZ | 28.13 | 18.44 | 16.55 | - |
| YUV | 117.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 109 | 0 | 0.59 | 0.44 | 0.24 | 344.87 | 0.49 | 0.54 |
| Hex | C3 | 50 | 6D | 0 | 3B | 2C | 18 | 159 | 31 | 36 |
| Octal | 303 | 120 | 155 | 0 | 73 | 54 | 30 | 531 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1101101 | 0 | 111011 | 101100 | 11000 | 101011001 | 110001 | 110110 |
Color Harmonies of #C3506D
Complementary color
Monochromatic Colors of #C3506D
Black with #C3506D
Text Example
Text Example
White with #C3506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3506D; }
p { color: rgb(195,80,109); }
H1.HeaderClassName
{
color: #C3506D;
}
.AnyTagClassName
{
color: #C3506D;
}
</style>
background-color css
<style>
a { background-color: #C3506D; }
a { background-color: rgb(195,80,109); }
div.DivClassName
{
background-color: #C3506D;
}
.BgClassName
{
background-color: #C3506D;
}
</style>
border-color css
<style>
span { border-color: #C3506D; }
span { border-color: rgb(195,80,109); }
td.TdClassName
{
border-color: #C3506D;
}
.TagClassName
{
border-color: #C3506D;
}
</style>