Shades of Cabaret #C35072
Tints of Cabaret #C35072
RGB
CMYK
RGB Variations
Color information
#C35072 (or 0xC35072) is known color: Cabaret. HEX triplet: C3, 50 and 72. RGB value is (195,80,114). Sum of RGB (Red+Green+Blue) = 195+80+114=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C35072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35072 is #3CAF8D. Grayscale: #767676. Windows color (decimal): -3977102 or 7491779. OLE color: 7491779.
HSL color Cylindrical-coordinate representation of color #C35072: hue angle of 342.26º 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 #C35072 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 114 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.24 |
| HSL | 342.26º | 0.49% | 0.54% | - |
| HSV(B) | 342.26º | 0.59% | 0.76% | - |
| XYZ | 28.41 | 18.55 | 18 | - |
| YUV | 118.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 114 | 0 | 0.59 | 0.42 | 0.24 | 342.26 | 0.49 | 0.54 |
| Hex | C3 | 50 | 72 | 0 | 3B | 2A | 18 | 156 | 31 | 36 |
| Octal | 303 | 120 | 162 | 0 | 73 | 52 | 30 | 526 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1110010 | 0 | 111011 | 101010 | 11000 | 101010110 | 110001 | 110110 |
Color Harmonies of #C35072
Complementary color
Monochromatic Colors of #C35072
Black with #C35072
Text Example
Text Example
White with #C35072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35072; }
p { color: rgb(195,80,114); }
H1.HeaderClassName
{
color: #C35072;
}
.AnyTagClassName
{
color: #C35072;
}
</style>
background-color css
<style>
a { background-color: #C35072; }
a { background-color: rgb(195,80,114); }
div.DivClassName
{
background-color: #C35072;
}
.BgClassName
{
background-color: #C35072;
}
</style>
border-color css
<style>
span { border-color: #C35072; }
span { border-color: rgb(195,80,114); }
td.TdClassName
{
border-color: #C35072;
}
.TagClassName
{
border-color: #C35072;
}
</style>