Shades of Cabaret #C34D71
Tints of Cabaret #C34D71
RGB
CMYK
RGB Variations
Color information
#C34D71 (or 0xC34D71) is known color: Cabaret. HEX triplet: C3, 4D and 71. RGB value is (195,77,113). Sum of RGB (Red+Green+Blue) = 195+77+113=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D71 is #3CB28E. Grayscale: #747474. Windows color (decimal): -3977871 or 7425475. OLE color: 7425475.
HSL color Cylindrical-coordinate representation of color #C34D71: hue angle of 341.69º 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 #C34D71 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 113 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.24 |
| HSL | 341.69º | 0.5% | 0.53% | - |
| HSV(B) | 341.69º | 0.61% | 0.76% | - |
| XYZ | 28.14 | 18.1 | 17.63 | - |
| YUV | 116.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 113 | 0 | 0.61 | 0.42 | 0.24 | 341.69 | 0.5 | 0.53 |
| Hex | C3 | 4D | 71 | 0 | 3D | 2A | 18 | 156 | 32 | 35 |
| Octal | 303 | 115 | 161 | 0 | 75 | 52 | 30 | 526 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1110001 | 0 | 111101 | 101010 | 11000 | 101010110 | 110010 | 110101 |
Color Harmonies of #C34D71
Complementary color
Monochromatic Colors of #C34D71
Black with #C34D71
Text Example
Text Example
White with #C34D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D71; }
p { color: rgb(195,77,113); }
H1.HeaderClassName
{
color: #C34D71;
}
.AnyTagClassName
{
color: #C34D71;
}
</style>
background-color css
<style>
a { background-color: #C34D71; }
a { background-color: rgb(195,77,113); }
div.DivClassName
{
background-color: #C34D71;
}
.BgClassName
{
background-color: #C34D71;
}
</style>
border-color css
<style>
span { border-color: #C34D71; }
span { border-color: rgb(195,77,113); }
td.TdClassName
{
border-color: #C34D71;
}
.TagClassName
{
border-color: #C34D71;
}
</style>