Shades of Cabaret #C05270
Tints of Cabaret #C05270
RGB
CMYK
RGB Variations
Color information
#C05270 (or 0xC05270) is known color: Cabaret. HEX triplet: C0, 52 and 70. RGB value is (192,82,112). Sum of RGB (Red+Green+Blue) = 192+82+112=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05270 is #3FAD8F. Grayscale: #767676. Windows color (decimal): -4173200 or 7361216. OLE color: 7361216.
HSL color Cylindrical-coordinate representation of color #C05270: hue angle of 343.64º 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 #C05270 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 112 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.25 |
| HSL | 343.64º | 0.47% | 0.54% | - |
| HSV(B) | 343.64º | 0.57% | 0.75% | - |
| XYZ | 27.68 | 18.41 | 17.42 | - |
| YUV | 118.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 112 | 0 | 0.57 | 0.42 | 0.25 | 343.64 | 0.47 | 0.54 |
| Hex | C0 | 52 | 70 | 0 | 39 | 2A | 19 | 158 | 2F | 36 |
| Octal | 300 | 122 | 160 | 0 | 71 | 52 | 31 | 530 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1110000 | 0 | 111001 | 101010 | 11001 | 101011000 | 101111 | 110110 |
Color Harmonies of #C05270
Complementary color
Monochromatic Colors of #C05270
Black with #C05270
Text Example
Text Example
White with #C05270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05270; }
p { color: rgb(192,82,112); }
H1.HeaderClassName
{
color: #C05270;
}
.AnyTagClassName
{
color: #C05270;
}
</style>
background-color css
<style>
a { background-color: #C05270; }
a { background-color: rgb(192,82,112); }
div.DivClassName
{
background-color: #C05270;
}
.BgClassName
{
background-color: #C05270;
}
</style>
border-color css
<style>
span { border-color: #C05270; }
span { border-color: rgb(192,82,112); }
td.TdClassName
{
border-color: #C05270;
}
.TagClassName
{
border-color: #C05270;
}
</style>