Shades of Cabaret #C35172
Tints of Cabaret #C35172
RGB
CMYK
RGB Variations
Color information
#C35172 (or 0xC35172) is known color: Cabaret. HEX triplet: C3, 51 and 72. RGB value is (195,81,114). Sum of RGB (Red+Green+Blue) = 195+81+114=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C35172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35172 is #3CAE8D. Grayscale: #767676. Windows color (decimal): -3976846 or 7492035. OLE color: 7492035.
HSL color Cylindrical-coordinate representation of color #C35172: hue angle of 342.63º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35172 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 114 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.24 |
| HSL | 342.63º | 0.49% | 0.54% | - |
| HSV(B) | 342.63º | 0.58% | 0.76% | - |
| XYZ | 28.49 | 18.7 | 18.03 | - |
| YUV | 118.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 114 | 0 | 0.58 | 0.42 | 0.24 | 342.63 | 0.49 | 0.54 |
| Hex | C3 | 51 | 72 | 0 | 3A | 2A | 18 | 157 | 31 | 36 |
| Octal | 303 | 121 | 162 | 0 | 72 | 52 | 30 | 527 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1110010 | 0 | 111010 | 101010 | 11000 | 101010111 | 110001 | 110110 |
Color Harmonies of #C35172
Complementary color
Monochromatic Colors of #C35172
Black with #C35172
Text Example
Text Example
White with #C35172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35172; }
p { color: rgb(195,81,114); }
H1.HeaderClassName
{
color: #C35172;
}
.AnyTagClassName
{
color: #C35172;
}
</style>
background-color css
<style>
a { background-color: #C35172; }
a { background-color: rgb(195,81,114); }
div.DivClassName
{
background-color: #C35172;
}
.BgClassName
{
background-color: #C35172;
}
</style>
border-color css
<style>
span { border-color: #C35172; }
span { border-color: rgb(195,81,114); }
td.TdClassName
{
border-color: #C35172;
}
.TagClassName
{
border-color: #C35172;
}
</style>