Shades of Cabaret #C34F72
Tints of Cabaret #C34F72
RGB
CMYK
RGB Variations
Color information
#C34F72 (or 0xC34F72) is known color: Cabaret. HEX triplet: C3, 4F and 72. RGB value is (195,79,114). Sum of RGB (Red+Green+Blue) = 195+79+114=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F72 is #3CB08D. Grayscale: #757575. Windows color (decimal): -3977358 or 7491523. OLE color: 7491523.
HSL color Cylindrical-coordinate representation of color #C34F72: hue angle of 341.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F72 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 114 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.24 |
| HSL | 341.9º | 0.49% | 0.54% | - |
| HSV(B) | 341.9º | 0.59% | 0.76% | - |
| XYZ | 28.34 | 18.41 | 17.98 | - |
| YUV | 117.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 114 | 0 | 0.59 | 0.42 | 0.24 | 341.9 | 0.49 | 0.54 |
| Hex | C3 | 4F | 72 | 0 | 3B | 2A | 18 | 156 | 31 | 36 |
| Octal | 303 | 117 | 162 | 0 | 73 | 52 | 30 | 526 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1110010 | 0 | 111011 | 101010 | 11000 | 101010110 | 110001 | 110110 |
Color Harmonies of #C34F72
Complementary color
Monochromatic Colors of #C34F72
Black with #C34F72
Text Example
Text Example
White with #C34F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F72; }
p { color: rgb(195,79,114); }
H1.HeaderClassName
{
color: #C34F72;
}
.AnyTagClassName
{
color: #C34F72;
}
</style>
background-color css
<style>
a { background-color: #C34F72; }
a { background-color: rgb(195,79,114); }
div.DivClassName
{
background-color: #C34F72;
}
.BgClassName
{
background-color: #C34F72;
}
</style>
border-color css
<style>
span { border-color: #C34F72; }
span { border-color: rgb(195,79,114); }
td.TdClassName
{
border-color: #C34F72;
}
.TagClassName
{
border-color: #C34F72;
}
</style>