Shades of Cabaret #C34D6B
Tints of Cabaret #C34D6B
RGB
CMYK
RGB Variations
Color information
#C34D6B (or 0xC34D6B) is known color: Cabaret. HEX triplet: C3, 4D and 6B. RGB value is (195,77,107). Sum of RGB (Red+Green+Blue) = 195+77+107=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D6B is #3CB294. Grayscale: #737373. Windows color (decimal): -3977877 or 7032259. OLE color: 7032259.
HSL color Cylindrical-coordinate representation of color #C34D6B: hue angle of 344.75º 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 #C34D6B is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 107 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.24 |
| HSL | 344.75º | 0.5% | 0.53% | - |
| HSV(B) | 344.75º | 0.61% | 0.76% | - |
| XYZ | 27.81 | 17.97 | 15.91 | - |
| YUV | 115.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 107 | 0 | 0.61 | 0.45 | 0.24 | 344.75 | 0.5 | 0.53 |
| Hex | C3 | 4D | 6B | 0 | 3D | 2D | 18 | 159 | 32 | 35 |
| Octal | 303 | 115 | 153 | 0 | 75 | 55 | 30 | 531 | 62 | 65 |
| Binary | 11000011 | 1001101 | 1101011 | 0 | 111101 | 101101 | 11000 | 101011001 | 110010 | 110101 |
Color Harmonies of #C34D6B
Complementary color
Monochromatic Colors of #C34D6B
Black with #C34D6B
Text Example
Text Example
White with #C34D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D6B; }
p { color: rgb(195,77,107); }
H1.HeaderClassName
{
color: #C34D6B;
}
.AnyTagClassName
{
color: #C34D6B;
}
</style>
background-color css
<style>
a { background-color: #C34D6B; }
a { background-color: rgb(195,77,107); }
div.DivClassName
{
background-color: #C34D6B;
}
.BgClassName
{
background-color: #C34D6B;
}
</style>
border-color css
<style>
span { border-color: #C34D6B; }
span { border-color: rgb(195,77,107); }
td.TdClassName
{
border-color: #C34D6B;
}
.TagClassName
{
border-color: #C34D6B;
}
</style>