Shades of Cabaret #C34B6E
Tints of Cabaret #C34B6E
RGB
CMYK
RGB Variations
Color information
#C34B6E (or 0xC34B6E) is known color: Cabaret. HEX triplet: C3, 4B and 6E. RGB value is (195,75,110). Sum of RGB (Red+Green+Blue) = 195+75+110=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B6E is #3CB491. Grayscale: #727272. Windows color (decimal): -3978386 or 7228355. OLE color: 7228355.
HSL color Cylindrical-coordinate representation of color #C34B6E: hue angle of 342.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B6E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 110 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.24 |
| HSL | 342.5º | 0.5% | 0.53% | - |
| HSV(B) | 342.5º | 0.62% | 0.76% | - |
| XYZ | 27.84 | 17.76 | 16.71 | - |
| YUV | 114.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 110 | 0 | 0.62 | 0.44 | 0.24 | 342.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 6E | 0 | 3E | 2C | 18 | 156 | 32 | 35 |
| Octal | 303 | 113 | 156 | 0 | 76 | 54 | 30 | 526 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1101110 | 0 | 111110 | 101100 | 11000 | 101010110 | 110010 | 110101 |
Color Harmonies of #C34B6E
Complementary color
Monochromatic Colors of #C34B6E
Black with #C34B6E
Text Example
Text Example
White with #C34B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B6E; }
p { color: rgb(195,75,110); }
H1.HeaderClassName
{
color: #C34B6E;
}
.AnyTagClassName
{
color: #C34B6E;
}
</style>
background-color css
<style>
a { background-color: #C34B6E; }
a { background-color: rgb(195,75,110); }
div.DivClassName
{
background-color: #C34B6E;
}
.BgClassName
{
background-color: #C34B6E;
}
</style>
border-color css
<style>
span { border-color: #C34B6E; }
span { border-color: rgb(195,75,110); }
td.TdClassName
{
border-color: #C34B6E;
}
.TagClassName
{
border-color: #C34B6E;
}
</style>