Shades of Cabaret #C05B6E
Tints of Cabaret #C05B6E
RGB
CMYK
RGB Variations
Color information
#C05B6E (or 0xC05B6E) is known color: Cabaret. HEX triplet: C0, 5B and 6E. RGB value is (192,91,110). Sum of RGB (Red+Green+Blue) = 192+91+110=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B6E is #3FA491. Grayscale: #7B7B7B. Windows color (decimal): -4170898 or 7232448. OLE color: 7232448.
HSL color Cylindrical-coordinate representation of color #C05B6E: hue angle of 348.71º degrees, saturation: 0.44, 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 #C05B6E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 110 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.25 |
| HSL | 348.71º | 0.44% | 0.55% | - |
| HSV(B) | 348.71º | 0.53% | 0.75% | - |
| XYZ | 28.29 | 19.81 | 17.09 | - |
| YUV | 123.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 110 | 0 | 0.53 | 0.43 | 0.25 | 348.71 | 0.44 | 0.55 |
| Hex | C0 | 5B | 6E | 0 | 35 | 2B | 19 | 15D | 2C | 37 |
| Octal | 300 | 133 | 156 | 0 | 65 | 53 | 31 | 535 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1101110 | 0 | 110101 | 101011 | 11001 | 101011101 | 101100 | 110111 |
Color Harmonies of #C05B6E
Complementary color
Monochromatic Colors of #C05B6E
Black with #C05B6E
Text Example
Text Example
White with #C05B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B6E; }
p { color: rgb(192,91,110); }
H1.HeaderClassName
{
color: #C05B6E;
}
.AnyTagClassName
{
color: #C05B6E;
}
</style>
background-color css
<style>
a { background-color: #C05B6E; }
a { background-color: rgb(192,91,110); }
div.DivClassName
{
background-color: #C05B6E;
}
.BgClassName
{
background-color: #C05B6E;
}
</style>
border-color css
<style>
span { border-color: #C05B6E; }
span { border-color: rgb(192,91,110); }
td.TdClassName
{
border-color: #C05B6E;
}
.TagClassName
{
border-color: #C05B6E;
}
</style>