Shades of Cabaret #C54468
Tints of Cabaret #C54468
RGB
CMYK
RGB Variations
Color information
#C54468 (or 0xC54468) is known color: Cabaret. HEX triplet: C5, 44 and 68. RGB value is (197,68,104). Sum of RGB (Red+Green+Blue) = 197+68+104=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C54468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54468 is #3ABB97. Grayscale: #6E6E6E. Windows color (decimal): -3849112 or 6833349. OLE color: 6833349.
HSL color Cylindrical-coordinate representation of color #C54468: hue angle of 343.26º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54468 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 104 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.23 |
| HSL | 343.26º | 0.53% | 0.52% | - |
| HSV(B) | 343.26º | 0.65% | 0.77% | - |
| XYZ | 27.59 | 17 | 14.92 | - |
| YUV | 110.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 104 | 0 | 0.65 | 0.47 | 0.23 | 343.26 | 0.53 | 0.52 |
| Hex | C5 | 44 | 68 | 0 | 41 | 2F | 17 | 157 | 35 | 34 |
| Octal | 305 | 104 | 150 | 0 | 101 | 57 | 27 | 527 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1101000 | 0 | 1000001 | 101111 | 10111 | 101010111 | 110101 | 110100 |
Color Harmonies of #C54468
Complementary color
Monochromatic Colors of #C54468
Black with #C54468
Text Example
Text Example
White with #C54468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54468; }
p { color: rgb(197,68,104); }
H1.HeaderClassName
{
color: #C54468;
}
.AnyTagClassName
{
color: #C54468;
}
</style>
background-color css
<style>
a { background-color: #C54468; }
a { background-color: rgb(197,68,104); }
div.DivClassName
{
background-color: #C54468;
}
.BgClassName
{
background-color: #C54468;
}
</style>
border-color css
<style>
span { border-color: #C54468; }
span { border-color: rgb(197,68,104); }
td.TdClassName
{
border-color: #C54468;
}
.TagClassName
{
border-color: #C54468;
}
</style>