Shades of Cabaret #C05A6F
Tints of Cabaret #C05A6F
RGB
CMYK
RGB Variations
Color information
#C05A6F (or 0xC05A6F) is known color: Cabaret. HEX triplet: C0, 5A and 6F. RGB value is (192,90,111). Sum of RGB (Red+Green+Blue) = 192+90+111=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A6F is #3FA590. Grayscale: #7A7A7A. Windows color (decimal): -4171153 or 7297728. OLE color: 7297728.
HSL color Cylindrical-coordinate representation of color #C05A6F: hue angle of 347.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A6F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 111 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.25 |
| HSL | 347.65º | 0.45% | 0.55% | - |
| HSV(B) | 347.65º | 0.53% | 0.75% | - |
| XYZ | 28.26 | 19.67 | 17.35 | - |
| YUV | 122.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 111 | 0 | 0.53 | 0.42 | 0.25 | 347.65 | 0.45 | 0.55 |
| Hex | C0 | 5A | 6F | 0 | 35 | 2A | 19 | 15C | 2D | 37 |
| Octal | 300 | 132 | 157 | 0 | 65 | 52 | 31 | 534 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1101111 | 0 | 110101 | 101010 | 11001 | 101011100 | 101101 | 110111 |
Color Harmonies of #C05A6F
Complementary color
Monochromatic Colors of #C05A6F
Black with #C05A6F
Text Example
Text Example
White with #C05A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A6F; }
p { color: rgb(192,90,111); }
H1.HeaderClassName
{
color: #C05A6F;
}
.AnyTagClassName
{
color: #C05A6F;
}
</style>
background-color css
<style>
a { background-color: #C05A6F; }
a { background-color: rgb(192,90,111); }
div.DivClassName
{
background-color: #C05A6F;
}
.BgClassName
{
background-color: #C05A6F;
}
</style>
border-color css
<style>
span { border-color: #C05A6F; }
span { border-color: rgb(192,90,111); }
td.TdClassName
{
border-color: #C05A6F;
}
.TagClassName
{
border-color: #C05A6F;
}
</style>