Shades of Cabaret #C05E6A
Tints of Cabaret #C05E6A
RGB
CMYK
RGB Variations
Color information
#C05E6A (or 0xC05E6A) is known color: Cabaret. HEX triplet: C0, 5E and 6A. RGB value is (192,94,106). Sum of RGB (Red+Green+Blue) = 192+94+106=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E6A is #3FA195. Grayscale: #7C7C7C. Windows color (decimal): -4170134 or 6971072. OLE color: 6971072.
HSL color Cylindrical-coordinate representation of color #C05E6A: hue angle of 352.65º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E6A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 106 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.25 |
| HSL | 352.65º | 0.44% | 0.56% | - |
| HSV(B) | 352.65º | 0.51% | 0.75% | - |
| XYZ | 28.34 | 20.25 | 16.05 | - |
| YUV | 124.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 106 | 0 | 0.51 | 0.45 | 0.25 | 352.65 | 0.44 | 0.56 |
| Hex | C0 | 5E | 6A | 0 | 33 | 2D | 19 | 161 | 2C | 38 |
| Octal | 300 | 136 | 152 | 0 | 63 | 55 | 31 | 541 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1101010 | 0 | 110011 | 101101 | 11001 | 101100001 | 101100 | 111000 |
Color Harmonies of #C05E6A
Complementary color
Monochromatic Colors of #C05E6A
Black with #C05E6A
Text Example
Text Example
White with #C05E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E6A; }
p { color: rgb(192,94,106); }
H1.HeaderClassName
{
color: #C05E6A;
}
.AnyTagClassName
{
color: #C05E6A;
}
</style>
background-color css
<style>
a { background-color: #C05E6A; }
a { background-color: rgb(192,94,106); }
div.DivClassName
{
background-color: #C05E6A;
}
.BgClassName
{
background-color: #C05E6A;
}
</style>
border-color css
<style>
span { border-color: #C05E6A; }
span { border-color: rgb(192,94,106); }
td.TdClassName
{
border-color: #C05E6A;
}
.TagClassName
{
border-color: #C05E6A;
}
</style>