Shades of Cabaret #C34468
Tints of Cabaret #C34468
RGB
CMYK
RGB Variations
Color information
#C34468 (or 0xC34468) is known color: Cabaret. HEX triplet: C3, 44 and 68. RGB value is (195,68,104). Sum of RGB (Red+Green+Blue) = 195+68+104=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C34468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34468 is #3CBB97. Grayscale: #6E6E6E. Windows color (decimal): -3980184 or 6833347. OLE color: 6833347.
HSL color Cylindrical-coordinate representation of color #C34468: hue angle of 342.99º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34468 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 104 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.24 |
| HSL | 342.99º | 0.51% | 0.52% | - |
| HSV(B) | 342.99º | 0.65% | 0.76% | - |
| XYZ | 27.07 | 16.74 | 14.9 | - |
| YUV | 110.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 104 | 0 | 0.65 | 0.47 | 0.24 | 342.99 | 0.51 | 0.52 |
| Hex | C3 | 44 | 68 | 0 | 41 | 2F | 18 | 157 | 33 | 34 |
| Octal | 303 | 104 | 150 | 0 | 101 | 57 | 30 | 527 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1101000 | 0 | 1000001 | 101111 | 11000 | 101010111 | 110011 | 110100 |
Color Harmonies of #C34468
Complementary color
Monochromatic Colors of #C34468
Black with #C34468
Text Example
Text Example
White with #C34468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34468; }
p { color: rgb(195,68,104); }
H1.HeaderClassName
{
color: #C34468;
}
.AnyTagClassName
{
color: #C34468;
}
</style>
background-color css
<style>
a { background-color: #C34468; }
a { background-color: rgb(195,68,104); }
div.DivClassName
{
background-color: #C34468;
}
.BgClassName
{
background-color: #C34468;
}
</style>
border-color css
<style>
span { border-color: #C34468; }
span { border-color: rgb(195,68,104); }
td.TdClassName
{
border-color: #C34468;
}
.TagClassName
{
border-color: #C34468;
}
</style>