Shades of Cabaret #C05A6C
Tints of Cabaret #C05A6C
RGB
CMYK
RGB Variations
Color information
#C05A6C (or 0xC05A6C) is known color: Cabaret. HEX triplet: C0, 5A and 6C. RGB value is (192,90,108). Sum of RGB (Red+Green+Blue) = 192+90+108=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A6C is #3FA593. Grayscale: #7A7A7A. Windows color (decimal): -4171156 or 7101120. OLE color: 7101120.
HSL color Cylindrical-coordinate representation of color #C05A6C: hue angle of 349.41º 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 #C05A6C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 108 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.25 |
| HSL | 349.41º | 0.45% | 0.55% | - |
| HSV(B) | 349.41º | 0.53% | 0.75% | - |
| XYZ | 28.1 | 19.6 | 16.49 | - |
| YUV | 122.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 108 | 0 | 0.53 | 0.44 | 0.25 | 349.41 | 0.45 | 0.55 |
| Hex | C0 | 5A | 6C | 0 | 35 | 2C | 19 | 15D | 2D | 37 |
| Octal | 300 | 132 | 154 | 0 | 65 | 54 | 31 | 535 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1101100 | 0 | 110101 | 101100 | 11001 | 101011101 | 101101 | 110111 |
Color Harmonies of #C05A6C
Complementary color
Monochromatic Colors of #C05A6C
Black with #C05A6C
Text Example
Text Example
White with #C05A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A6C; }
p { color: rgb(192,90,108); }
H1.HeaderClassName
{
color: #C05A6C;
}
.AnyTagClassName
{
color: #C05A6C;
}
</style>
background-color css
<style>
a { background-color: #C05A6C; }
a { background-color: rgb(192,90,108); }
div.DivClassName
{
background-color: #C05A6C;
}
.BgClassName
{
background-color: #C05A6C;
}
</style>
border-color css
<style>
span { border-color: #C05A6C; }
span { border-color: rgb(192,90,108); }
td.TdClassName
{
border-color: #C05A6C;
}
.TagClassName
{
border-color: #C05A6C;
}
</style>