Shades of Cabaret #C4577A
Tints of Cabaret #C4577A
RGB
CMYK
RGB Variations
Color information
#C4577A (or 0xC4577A) is known color: Cabaret. HEX triplet: C4, 57 and 7A. RGB value is (196,87,122). Sum of RGB (Red+Green+Blue) = 196+87+122=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4577A is #3BA885. Grayscale: #7B7B7B. Windows color (decimal): -3909766 or 8017860. OLE color: 8017860.
HSL color Cylindrical-coordinate representation of color #C4577A: hue angle of 340.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4577A is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 122 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.23 |
| HSL | 340.73º | 0.48% | 0.55% | - |
| HSV(B) | 340.73º | 0.56% | 0.77% | - |
| XYZ | 29.69 | 19.96 | 20.7 | - |
| YUV | 123.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 122 | 0 | 0.56 | 0.38 | 0.23 | 340.73 | 0.48 | 0.55 |
| Hex | C4 | 57 | 7A | 0 | 38 | 26 | 17 | 155 | 30 | 37 |
| Octal | 304 | 127 | 172 | 0 | 70 | 46 | 27 | 525 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1111010 | 0 | 111000 | 100110 | 10111 | 101010101 | 110000 | 110111 |
Color Harmonies of #C4577A
Complementary color
Monochromatic Colors of #C4577A
Black with #C4577A
Text Example
Text Example
White with #C4577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4577A; }
p { color: rgb(196,87,122); }
H1.HeaderClassName
{
color: #C4577A;
}
.AnyTagClassName
{
color: #C4577A;
}
</style>
background-color css
<style>
a { background-color: #C4577A; }
a { background-color: rgb(196,87,122); }
div.DivClassName
{
background-color: #C4577A;
}
.BgClassName
{
background-color: #C4577A;
}
</style>
border-color css
<style>
span { border-color: #C4577A; }
span { border-color: rgb(196,87,122); }
td.TdClassName
{
border-color: #C4577A;
}
.TagClassName
{
border-color: #C4577A;
}
</style>