Shades of Cabaret #C34B68
Tints of Cabaret #C34B68
RGB
CMYK
RGB Variations
Color information
#C34B68 (or 0xC34B68) is known color: Cabaret. HEX triplet: C3, 4B and 68. RGB value is (195,75,104). Sum of RGB (Red+Green+Blue) = 195+75+104=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B68 is #3CB497. Grayscale: #727272. Windows color (decimal): -3978392 or 6835139. OLE color: 6835139.
HSL color Cylindrical-coordinate representation of color #C34B68: hue angle of 345.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 #C34B68 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 104 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.24 |
| HSL | 345.5º | 0.5% | 0.53% | - |
| HSV(B) | 345.5º | 0.62% | 0.76% | - |
| XYZ | 27.52 | 17.63 | 15.05 | - |
| YUV | 114.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 104 | 0 | 0.62 | 0.47 | 0.24 | 345.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 68 | 0 | 3E | 2F | 18 | 15A | 32 | 35 |
| Octal | 303 | 113 | 150 | 0 | 76 | 57 | 30 | 532 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1101000 | 0 | 111110 | 101111 | 11000 | 101011010 | 110010 | 110101 |
Color Harmonies of #C34B68
Complementary color
Monochromatic Colors of #C34B68
Black with #C34B68
Text Example
Text Example
White with #C34B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B68; }
p { color: rgb(195,75,104); }
H1.HeaderClassName
{
color: #C34B68;
}
.AnyTagClassName
{
color: #C34B68;
}
</style>
background-color css
<style>
a { background-color: #C34B68; }
a { background-color: rgb(195,75,104); }
div.DivClassName
{
background-color: #C34B68;
}
.BgClassName
{
background-color: #C34B68;
}
</style>
border-color css
<style>
span { border-color: #C34B68; }
span { border-color: rgb(195,75,104); }
td.TdClassName
{
border-color: #C34B68;
}
.TagClassName
{
border-color: #C34B68;
}
</style>