Shades of Cabaret #C05C6F
Tints of Cabaret #C05C6F
RGB
CMYK
RGB Variations
Color information
#C05C6F (or 0xC05C6F) is known color: Cabaret. HEX triplet: C0, 5C and 6F. RGB value is (192,92,111). Sum of RGB (Red+Green+Blue) = 192+92+111=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C6F is #3FA390. Grayscale: #7C7C7C. Windows color (decimal): -4170641 or 7298240. OLE color: 7298240.
HSL color Cylindrical-coordinate representation of color #C05C6F: hue angle of 348.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C6F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 111 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.25 |
| HSL | 348.6º | 0.44% | 0.56% | - |
| HSV(B) | 348.6º | 0.52% | 0.75% | - |
| XYZ | 28.43 | 20.01 | 17.4 | - |
| YUV | 124.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 111 | 0 | 0.52 | 0.42 | 0.25 | 348.6 | 0.44 | 0.56 |
| Hex | C0 | 5C | 6F | 0 | 34 | 2A | 19 | 15D | 2C | 38 |
| Octal | 300 | 134 | 157 | 0 | 64 | 52 | 31 | 535 | 54 | 70 |
| Binary | 11000000 | 1011100 | 1101111 | 0 | 110100 | 101010 | 11001 | 101011101 | 101100 | 111000 |
Color Harmonies of #C05C6F
Complementary color
Monochromatic Colors of #C05C6F
Black with #C05C6F
Text Example
Text Example
White with #C05C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C6F; }
p { color: rgb(192,92,111); }
H1.HeaderClassName
{
color: #C05C6F;
}
.AnyTagClassName
{
color: #C05C6F;
}
</style>
background-color css
<style>
a { background-color: #C05C6F; }
a { background-color: rgb(192,92,111); }
div.DivClassName
{
background-color: #C05C6F;
}
.BgClassName
{
background-color: #C05C6F;
}
</style>
border-color css
<style>
span { border-color: #C05C6F; }
span { border-color: rgb(192,92,111); }
td.TdClassName
{
border-color: #C05C6F;
}
.TagClassName
{
border-color: #C05C6F;
}
</style>