Shades of Cabaret #C54767
Tints of Cabaret #C54767
RGB
CMYK
RGB Variations
Color information
#C54767 (or 0xC54767) is known color: Cabaret. HEX triplet: C5, 47 and 67. RGB value is (197,71,103). Sum of RGB (Red+Green+Blue) = 197+71+103=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C54767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54767 is #3AB898. Grayscale: #707070. Windows color (decimal): -3848345 or 6768581. OLE color: 6768581.
HSL color Cylindrical-coordinate representation of color #C54767: hue angle of 344.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54767 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 103 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.23 |
| HSL | 344.76º | 0.52% | 0.53% | - |
| HSV(B) | 344.76º | 0.64% | 0.77% | - |
| XYZ | 27.73 | 17.36 | 14.72 | - |
| YUV | 112.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 103 | 0 | 0.64 | 0.48 | 0.23 | 344.76 | 0.52 | 0.53 |
| Hex | C5 | 47 | 67 | 0 | 40 | 30 | 17 | 159 | 34 | 35 |
| Octal | 305 | 107 | 147 | 0 | 100 | 60 | 27 | 531 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1100111 | 0 | 1000000 | 110000 | 10111 | 101011001 | 110100 | 110101 |
Color Harmonies of #C54767
Complementary color
Monochromatic Colors of #C54767
Black with #C54767
Text Example
Text Example
White with #C54767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54767; }
p { color: rgb(197,71,103); }
H1.HeaderClassName
{
color: #C54767;
}
.AnyTagClassName
{
color: #C54767;
}
</style>
background-color css
<style>
a { background-color: #C54767; }
a { background-color: rgb(197,71,103); }
div.DivClassName
{
background-color: #C54767;
}
.BgClassName
{
background-color: #C54767;
}
</style>
border-color css
<style>
span { border-color: #C54767; }
span { border-color: rgb(197,71,103); }
td.TdClassName
{
border-color: #C54767;
}
.TagClassName
{
border-color: #C54767;
}
</style>