Shades of Cabaret #C05271
Tints of Cabaret #C05271
RGB
CMYK
RGB Variations
Color information
#C05271 (or 0xC05271) is known color: Cabaret. HEX triplet: C0, 52 and 71. RGB value is (192,82,113). Sum of RGB (Red+Green+Blue) = 192+82+113=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05271 is #3FAD8E. Grayscale: #767676. Windows color (decimal): -4173199 or 7426752. OLE color: 7426752.
HSL color Cylindrical-coordinate representation of color #C05271: hue angle of 343.09º degrees, saturation: 0.47, 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 #C05271 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 113 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.25 |
| HSL | 343.09º | 0.47% | 0.54% | - |
| HSV(B) | 343.09º | 0.57% | 0.75% | - |
| XYZ | 27.74 | 18.43 | 17.72 | - |
| YUV | 118.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 113 | 0 | 0.57 | 0.41 | 0.25 | 343.09 | 0.47 | 0.54 |
| Hex | C0 | 52 | 71 | 0 | 39 | 29 | 19 | 157 | 2F | 36 |
| Octal | 300 | 122 | 161 | 0 | 71 | 51 | 31 | 527 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1110001 | 0 | 111001 | 101001 | 11001 | 101010111 | 101111 | 110110 |
Color Harmonies of #C05271
Complementary color
Monochromatic Colors of #C05271
Black with #C05271
Text Example
Text Example
White with #C05271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05271; }
p { color: rgb(192,82,113); }
H1.HeaderClassName
{
color: #C05271;
}
.AnyTagClassName
{
color: #C05271;
}
</style>
background-color css
<style>
a { background-color: #C05271; }
a { background-color: rgb(192,82,113); }
div.DivClassName
{
background-color: #C05271;
}
.BgClassName
{
background-color: #C05271;
}
</style>
border-color css
<style>
span { border-color: #C05271; }
span { border-color: rgb(192,82,113); }
td.TdClassName
{
border-color: #C05271;
}
.TagClassName
{
border-color: #C05271;
}
</style>