Shades of Cabaret #C05371
Tints of Cabaret #C05371
RGB
CMYK
RGB Variations
Color information
#C05371 (or 0xC05371) is known color: Cabaret. HEX triplet: C0, 53 and 71. RGB value is (192,83,113). Sum of RGB (Red+Green+Blue) = 192+83+113=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05371 is #3FAC8E. Grayscale: #777777. Windows color (decimal): -4172943 or 7427008. OLE color: 7427008.
HSL color Cylindrical-coordinate representation of color #C05371: hue angle of 343.49º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05371 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 113 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.25 |
| HSL | 343.49º | 0.46% | 0.54% | - |
| HSV(B) | 343.49º | 0.57% | 0.75% | - |
| XYZ | 27.81 | 18.59 | 17.74 | - |
| YUV | 119.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 113 | 0 | 0.57 | 0.41 | 0.25 | 343.49 | 0.46 | 0.54 |
| Hex | C0 | 53 | 71 | 0 | 39 | 29 | 19 | 157 | 2E | 36 |
| Octal | 300 | 123 | 161 | 0 | 71 | 51 | 31 | 527 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1110001 | 0 | 111001 | 101001 | 11001 | 101010111 | 101110 | 110110 |
Color Harmonies of #C05371
Complementary color
Monochromatic Colors of #C05371
Black with #C05371
Text Example
Text Example
White with #C05371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05371; }
p { color: rgb(192,83,113); }
H1.HeaderClassName
{
color: #C05371;
}
.AnyTagClassName
{
color: #C05371;
}
</style>
background-color css
<style>
a { background-color: #C05371; }
a { background-color: rgb(192,83,113); }
div.DivClassName
{
background-color: #C05371;
}
.BgClassName
{
background-color: #C05371;
}
</style>
border-color css
<style>
span { border-color: #C05371; }
span { border-color: rgb(192,83,113); }
td.TdClassName
{
border-color: #C05371;
}
.TagClassName
{
border-color: #C05371;
}
</style>