Shades of Cabaret #C34C68
Tints of Cabaret #C34C68
RGB
CMYK
RGB Variations
Color information
#C34C68 (or 0xC34C68) is known color: Cabaret. HEX triplet: C3, 4C and 68. RGB value is (195,76,104). Sum of RGB (Red+Green+Blue) = 195+76+104=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C68 is #3CB397. Grayscale: #727272. Windows color (decimal): -3978136 or 6835395. OLE color: 6835395.
HSL color Cylindrical-coordinate representation of color #C34C68: hue angle of 345.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C68 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 104 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.24 |
| HSL | 345.88º | 0.5% | 0.53% | - |
| HSV(B) | 345.88º | 0.61% | 0.76% | - |
| XYZ | 27.59 | 17.77 | 15.07 | - |
| YUV | 114.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 104 | 0 | 0.61 | 0.47 | 0.24 | 345.88 | 0.5 | 0.53 |
| Hex | C3 | 4C | 68 | 0 | 3D | 2F | 18 | 15A | 32 | 35 |
| Octal | 303 | 114 | 150 | 0 | 75 | 57 | 30 | 532 | 62 | 65 |
| Binary | 11000011 | 1001100 | 1101000 | 0 | 111101 | 101111 | 11000 | 101011010 | 110010 | 110101 |
Color Harmonies of #C34C68
Complementary color
Monochromatic Colors of #C34C68
Black with #C34C68
Text Example
Text Example
White with #C34C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C68; }
p { color: rgb(195,76,104); }
H1.HeaderClassName
{
color: #C34C68;
}
.AnyTagClassName
{
color: #C34C68;
}
</style>
background-color css
<style>
a { background-color: #C34C68; }
a { background-color: rgb(195,76,104); }
div.DivClassName
{
background-color: #C34C68;
}
.BgClassName
{
background-color: #C34C68;
}
</style>
border-color css
<style>
span { border-color: #C34C68; }
span { border-color: rgb(195,76,104); }
td.TdClassName
{
border-color: #C34C68;
}
.TagClassName
{
border-color: #C34C68;
}
</style>