Shades of Cabaret #C34C6A
Tints of Cabaret #C34C6A
RGB
CMYK
RGB Variations
Color information
#C34C6A (or 0xC34C6A) is known color: Cabaret. HEX triplet: C3, 4C and 6A. RGB value is (195,76,106). Sum of RGB (Red+Green+Blue) = 195+76+106=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C6A is #3CB395. Grayscale: #737373. Windows color (decimal): -3978134 or 6966467. OLE color: 6966467.
HSL color Cylindrical-coordinate representation of color #C34C6A: hue angle of 344.87º 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 #C34C6A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 106 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.24 |
| HSL | 344.87º | 0.5% | 0.53% | - |
| HSV(B) | 344.87º | 0.61% | 0.76% | - |
| XYZ | 27.69 | 17.81 | 15.61 | - |
| YUV | 115 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 106 | 0 | 0.61 | 0.46 | 0.24 | 344.87 | 0.5 | 0.53 |
| Hex | C3 | 4C | 6A | 0 | 3D | 2E | 18 | 159 | 32 | 35 |
| Octal | 303 | 114 | 152 | 0 | 75 | 56 | 30 | 531 | 62 | 65 |
| Binary | 11000011 | 1001100 | 1101010 | 0 | 111101 | 101110 | 11000 | 101011001 | 110010 | 110101 |
Color Harmonies of #C34C6A
Complementary color
Monochromatic Colors of #C34C6A
Black with #C34C6A
Text Example
Text Example
White with #C34C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C6A; }
p { color: rgb(195,76,106); }
H1.HeaderClassName
{
color: #C34C6A;
}
.AnyTagClassName
{
color: #C34C6A;
}
</style>
background-color css
<style>
a { background-color: #C34C6A; }
a { background-color: rgb(195,76,106); }
div.DivClassName
{
background-color: #C34C6A;
}
.BgClassName
{
background-color: #C34C6A;
}
</style>
border-color css
<style>
span { border-color: #C34C6A; }
span { border-color: rgb(195,76,106); }
td.TdClassName
{
border-color: #C34C6A;
}
.TagClassName
{
border-color: #C34C6A;
}
</style>