Shades of Cabaret #C54867
Tints of Cabaret #C54867
RGB
CMYK
RGB Variations
Color information
#C54867 (or 0xC54867) is known color: Cabaret. HEX triplet: C5, 48 and 67. RGB value is (197,72,103). Sum of RGB (Red+Green+Blue) = 197+72+103=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C54867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54867 is #3AB798. Grayscale: #707070. Windows color (decimal): -3848089 or 6768837. OLE color: 6768837.
HSL color Cylindrical-coordinate representation of color #C54867: hue angle of 345.12º 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 #C54867 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 103 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.23 |
| HSL | 345.12º | 0.52% | 0.53% | - |
| HSV(B) | 345.12º | 0.63% | 0.77% | - |
| XYZ | 27.79 | 17.48 | 14.74 | - |
| YUV | 112.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 103 | 0 | 0.63 | 0.48 | 0.23 | 345.12 | 0.52 | 0.53 |
| Hex | C5 | 48 | 67 | 0 | 3F | 30 | 17 | 159 | 34 | 35 |
| Octal | 305 | 110 | 147 | 0 | 77 | 60 | 27 | 531 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1100111 | 0 | 111111 | 110000 | 10111 | 101011001 | 110100 | 110101 |
Color Harmonies of #C54867
Complementary color
Monochromatic Colors of #C54867
Black with #C54867
Text Example
Text Example
White with #C54867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54867; }
p { color: rgb(197,72,103); }
H1.HeaderClassName
{
color: #C54867;
}
.AnyTagClassName
{
color: #C54867;
}
</style>
background-color css
<style>
a { background-color: #C54867; }
a { background-color: rgb(197,72,103); }
div.DivClassName
{
background-color: #C54867;
}
.BgClassName
{
background-color: #C54867;
}
</style>
border-color css
<style>
span { border-color: #C54867; }
span { border-color: rgb(197,72,103); }
td.TdClassName
{
border-color: #C54867;
}
.TagClassName
{
border-color: #C54867;
}
</style>