Shades of Cabaret #C06273
Tints of Cabaret #C06273
RGB
CMYK
RGB Variations
Color information
#C06273 (or 0xC06273) is known color: Cabaret. HEX triplet: C0, 62 and 73. RGB value is (192,98,115). Sum of RGB (Red+Green+Blue) = 192+98+115=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C06273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06273 is #3F9D8C. Grayscale: #808080. Windows color (decimal): -4169101 or 7561920. OLE color: 7561920.
HSL color Cylindrical-coordinate representation of color #C06273: hue angle of 349.15º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06273 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 115 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.25 |
| HSL | 349.15º | 0.43% | 0.57% | - |
| HSV(B) | 349.15º | 0.49% | 0.75% | - |
| XYZ | 29.2 | 21.18 | 18.77 | - |
| YUV | 128.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 115 | 0 | 0.49 | 0.40 | 0.25 | 349.15 | 0.43 | 0.57 |
| Hex | C0 | 62 | 73 | 0 | 31 | 28 | 19 | 15D | 2B | 39 |
| Octal | 300 | 142 | 163 | 0 | 61 | 50 | 31 | 535 | 53 | 71 |
| Binary | 11000000 | 1100010 | 1110011 | 0 | 110001 | 101000 | 11001 | 101011101 | 101011 | 111001 |
Color Harmonies of #C06273
Complementary color
Monochromatic Colors of #C06273
Black with #C06273
Text Example
Text Example
White with #C06273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06273; }
p { color: rgb(192,98,115); }
H1.HeaderClassName
{
color: #C06273;
}
.AnyTagClassName
{
color: #C06273;
}
</style>
background-color css
<style>
a { background-color: #C06273; }
a { background-color: rgb(192,98,115); }
div.DivClassName
{
background-color: #C06273;
}
.BgClassName
{
background-color: #C06273;
}
</style>
border-color css
<style>
span { border-color: #C06273; }
span { border-color: rgb(192,98,115); }
td.TdClassName
{
border-color: #C06273;
}
.TagClassName
{
border-color: #C06273;
}
</style>