Shades of Cabaret #C05470
Tints of Cabaret #C05470
RGB
CMYK
RGB Variations
Color information
#C05470 (or 0xC05470) is known color: Cabaret. HEX triplet: C0, 54 and 70. RGB value is (192,84,112). Sum of RGB (Red+Green+Blue) = 192+84+112=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05470 is #3FAB8F. Grayscale: #777777. Windows color (decimal): -4172688 or 7361728. OLE color: 7361728.
HSL color Cylindrical-coordinate representation of color #C05470: hue angle of 344.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05470 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 112 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.25 |
| HSL | 344.44º | 0.46% | 0.54% | - |
| HSV(B) | 344.44º | 0.56% | 0.75% | - |
| XYZ | 27.83 | 18.72 | 17.48 | - |
| YUV | 119.48 | 123.78 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 112 | 0 | 0.56 | 0.42 | 0.25 | 344.44 | 0.46 | 0.54 |
| Hex | C0 | 54 | 70 | 0 | 38 | 2A | 19 | 158 | 2E | 36 |
| Octal | 300 | 124 | 160 | 0 | 70 | 52 | 31 | 530 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1110000 | 0 | 111000 | 101010 | 11001 | 101011000 | 101110 | 110110 |
Color Harmonies of #C05470
Complementary color
Monochromatic Colors of #C05470
Black with #C05470
Text Example
Text Example
White with #C05470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05470; }
p { color: rgb(192,84,112); }
H1.HeaderClassName
{
color: #C05470;
}
.AnyTagClassName
{
color: #C05470;
}
</style>
background-color css
<style>
a { background-color: #C05470; }
a { background-color: rgb(192,84,112); }
div.DivClassName
{
background-color: #C05470;
}
.BgClassName
{
background-color: #C05470;
}
</style>
border-color css
<style>
span { border-color: #C05470; }
span { border-color: rgb(192,84,112); }
td.TdClassName
{
border-color: #C05470;
}
.TagClassName
{
border-color: #C05470;
}
</style>