Shades of Cabaret #C54669
Tints of Cabaret #C54669
RGB
CMYK
RGB Variations
Color information
#C54669 (or 0xC54669) is known color: Cabaret. HEX triplet: C5, 46 and 69. RGB value is (197,70,105). Sum of RGB (Red+Green+Blue) = 197+70+105=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C54669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54669 is #3AB996. Grayscale: #6F6F6F. Windows color (decimal): -3848599 or 6899397. OLE color: 6899397.
HSL color Cylindrical-coordinate representation of color #C54669: hue angle of 343.46º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54669 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 105 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.23 |
| HSL | 343.46º | 0.52% | 0.52% | - |
| HSV(B) | 343.46º | 0.64% | 0.77% | - |
| XYZ | 27.77 | 17.27 | 15.23 | - |
| YUV | 111.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 105 | 0 | 0.64 | 0.47 | 0.23 | 343.46 | 0.52 | 0.52 |
| Hex | C5 | 46 | 69 | 0 | 40 | 2F | 17 | 157 | 34 | 34 |
| Octal | 305 | 106 | 151 | 0 | 100 | 57 | 27 | 527 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1101001 | 0 | 1000000 | 101111 | 10111 | 101010111 | 110100 | 110100 |
Color Harmonies of #C54669
Complementary color
Monochromatic Colors of #C54669
Black with #C54669
Text Example
Text Example
White with #C54669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54669; }
p { color: rgb(197,70,105); }
H1.HeaderClassName
{
color: #C54669;
}
.AnyTagClassName
{
color: #C54669;
}
</style>
background-color css
<style>
a { background-color: #C54669; }
a { background-color: rgb(197,70,105); }
div.DivClassName
{
background-color: #C54669;
}
.BgClassName
{
background-color: #C54669;
}
</style>
border-color css
<style>
span { border-color: #C54669; }
span { border-color: rgb(197,70,105); }
td.TdClassName
{
border-color: #C54669;
}
.TagClassName
{
border-color: #C54669;
}
</style>