Shades of Cabaret #C54869
Tints of Cabaret #C54869
RGB
CMYK
RGB Variations
Color information
#C54869 (or 0xC54869) is known color: Cabaret. HEX triplet: C5, 48 and 69. RGB value is (197,72,105). Sum of RGB (Red+Green+Blue) = 197+72+105=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C54869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54869 is #3AB796. Grayscale: #717171. Windows color (decimal): -3848087 or 6899909. OLE color: 6899909.
HSL color Cylindrical-coordinate representation of color #C54869: hue angle of 344.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54869 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 105 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.23 |
| HSL | 344.16º | 0.52% | 0.53% | - |
| HSV(B) | 344.16º | 0.63% | 0.77% | - |
| XYZ | 27.89 | 17.52 | 15.28 | - |
| YUV | 113.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 105 | 0 | 0.63 | 0.47 | 0.23 | 344.16 | 0.52 | 0.53 |
| Hex | C5 | 48 | 69 | 0 | 3F | 2F | 17 | 158 | 34 | 35 |
| Octal | 305 | 110 | 151 | 0 | 77 | 57 | 27 | 530 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1101001 | 0 | 111111 | 101111 | 10111 | 101011000 | 110100 | 110101 |
Color Harmonies of #C54869
Complementary color
Monochromatic Colors of #C54869
Black with #C54869
Text Example
Text Example
White with #C54869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54869; }
p { color: rgb(197,72,105); }
H1.HeaderClassName
{
color: #C54869;
}
.AnyTagClassName
{
color: #C54869;
}
</style>
background-color css
<style>
a { background-color: #C54869; }
a { background-color: rgb(197,72,105); }
div.DivClassName
{
background-color: #C54869;
}
.BgClassName
{
background-color: #C54869;
}
</style>
border-color css
<style>
span { border-color: #C54869; }
span { border-color: rgb(197,72,105); }
td.TdClassName
{
border-color: #C54869;
}
.TagClassName
{
border-color: #C54869;
}
</style>