Shades of Cabaret #C34F68
Tints of Cabaret #C34F68
RGB
CMYK
RGB Variations
Color information
#C34F68 (or 0xC34F68) is known color: Cabaret. HEX triplet: C3, 4F and 68. RGB value is (195,79,104). Sum of RGB (Red+Green+Blue) = 195+79+104=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F68 is #3CB097. Grayscale: #747474. Windows color (decimal): -3977368 or 6836163. OLE color: 6836163.
HSL color Cylindrical-coordinate representation of color #C34F68: hue angle of 347.07º 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 #C34F68 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 104 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.24 |
| HSL | 347.07º | 0.49% | 0.54% | - |
| HSV(B) | 347.07º | 0.59% | 0.76% | - |
| XYZ | 27.8 | 18.19 | 15.14 | - |
| YUV | 116.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 104 | 0 | 0.59 | 0.47 | 0.24 | 347.07 | 0.49 | 0.54 |
| Hex | C3 | 4F | 68 | 0 | 3B | 2F | 18 | 15B | 31 | 36 |
| Octal | 303 | 117 | 150 | 0 | 73 | 57 | 30 | 533 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1101000 | 0 | 111011 | 101111 | 11000 | 101011011 | 110001 | 110110 |
Color Harmonies of #C34F68
Complementary color
Monochromatic Colors of #C34F68
Black with #C34F68
Text Example
Text Example
White with #C34F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F68; }
p { color: rgb(195,79,104); }
H1.HeaderClassName
{
color: #C34F68;
}
.AnyTagClassName
{
color: #C34F68;
}
</style>
background-color css
<style>
a { background-color: #C34F68; }
a { background-color: rgb(195,79,104); }
div.DivClassName
{
background-color: #C34F68;
}
.BgClassName
{
background-color: #C34F68;
}
</style>
border-color css
<style>
span { border-color: #C34F68; }
span { border-color: rgb(195,79,104); }
td.TdClassName
{
border-color: #C34F68;
}
.TagClassName
{
border-color: #C34F68;
}
</style>