Shades of Cabaret #C34B6A
Tints of Cabaret #C34B6A
RGB
CMYK
RGB Variations
Color information
#C34B6A (or 0xC34B6A) is known color: Cabaret. HEX triplet: C3, 4B and 6A. RGB value is (195,75,106). Sum of RGB (Red+Green+Blue) = 195+75+106=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B6A is #3CB495. Grayscale: #727272. Windows color (decimal): -3978390 or 6966211. OLE color: 6966211.
HSL color Cylindrical-coordinate representation of color #C34B6A: hue angle of 344.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 #C34B6A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 106 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.24 |
| HSL | 344.5º | 0.5% | 0.53% | - |
| HSV(B) | 344.5º | 0.62% | 0.76% | - |
| XYZ | 27.62 | 17.67 | 15.59 | - |
| YUV | 114.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 106 | 0 | 0.62 | 0.46 | 0.24 | 344.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 6A | 0 | 3E | 2E | 18 | 158 | 32 | 35 |
| Octal | 303 | 113 | 152 | 0 | 76 | 56 | 30 | 530 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1101010 | 0 | 111110 | 101110 | 11000 | 101011000 | 110010 | 110101 |
Color Harmonies of #C34B6A
Complementary color
Monochromatic Colors of #C34B6A
Black with #C34B6A
Text Example
Text Example
White with #C34B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B6A; }
p { color: rgb(195,75,106); }
H1.HeaderClassName
{
color: #C34B6A;
}
.AnyTagClassName
{
color: #C34B6A;
}
</style>
background-color css
<style>
a { background-color: #C34B6A; }
a { background-color: rgb(195,75,106); }
div.DivClassName
{
background-color: #C34B6A;
}
.BgClassName
{
background-color: #C34B6A;
}
</style>
border-color css
<style>
span { border-color: #C34B6A; }
span { border-color: rgb(195,75,106); }
td.TdClassName
{
border-color: #C34B6A;
}
.TagClassName
{
border-color: #C34B6A;
}
</style>