Shades of Cabaret #C34864
Tints of Cabaret #C34864
RGB
CMYK
RGB Variations
Color information
#C34864 (or 0xC34864) is known color: Cabaret. HEX triplet: C3, 48 and 64. RGB value is (195,72,100). Sum of RGB (Red+Green+Blue) = 195+72+100=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C34864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34864 is #3CB79B. Grayscale: #6F6F6F. Windows color (decimal): -3979164 or 6572227. OLE color: 6572227.
HSL color Cylindrical-coordinate representation of color #C34864: hue angle of 346.34º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34864 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 100 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.24 |
| HSL | 346.34º | 0.51% | 0.52% | - |
| HSV(B) | 346.34º | 0.63% | 0.76% | - |
| XYZ | 27.12 | 17.16 | 13.94 | - |
| YUV | 111.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 100 | 0 | 0.63 | 0.49 | 0.24 | 346.34 | 0.51 | 0.52 |
| Hex | C3 | 48 | 64 | 0 | 3F | 31 | 18 | 15A | 33 | 34 |
| Octal | 303 | 110 | 144 | 0 | 77 | 61 | 30 | 532 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1100100 | 0 | 111111 | 110001 | 11000 | 101011010 | 110011 | 110100 |
Color Harmonies of #C34864
Complementary color
Monochromatic Colors of #C34864
Black with #C34864
Text Example
Text Example
White with #C34864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34864; }
p { color: rgb(195,72,100); }
H1.HeaderClassName
{
color: #C34864;
}
.AnyTagClassName
{
color: #C34864;
}
</style>
background-color css
<style>
a { background-color: #C34864; }
a { background-color: rgb(195,72,100); }
div.DivClassName
{
background-color: #C34864;
}
.BgClassName
{
background-color: #C34864;
}
</style>
border-color css
<style>
span { border-color: #C34864; }
span { border-color: rgb(195,72,100); }
td.TdClassName
{
border-color: #C34864;
}
.TagClassName
{
border-color: #C34864;
}
</style>