Shades of Cabaret #C66573
Tints of Cabaret #C66573
RGB
CMYK
RGB Variations
Color information
#C66573 (or 0xC66573) is known color: Cabaret. HEX triplet: C6, 65 and 73. RGB value is (198,101,115). Sum of RGB (Red+Green+Blue) = 198+101+115=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C66573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66573 is #399A8C. Grayscale: #838383. Windows color (decimal): -3775117 or 7562694. OLE color: 7562694.
HSL color Cylindrical-coordinate representation of color #C66573: hue angle of 351.34º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66573 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 115 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.22 |
| HSL | 351.34º | 0.46% | 0.59% | - |
| HSV(B) | 351.34º | 0.49% | 0.78% | - |
| XYZ | 31.04 | 22.55 | 18.94 | - |
| YUV | 131.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 115 | 0 | 0.49 | 0.42 | 0.22 | 351.34 | 0.46 | 0.59 |
| Hex | C6 | 65 | 73 | 0 | 31 | 2A | 16 | 15F | 2E | 3B |
| Octal | 306 | 145 | 163 | 0 | 61 | 52 | 26 | 537 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1110011 | 0 | 110001 | 101010 | 10110 | 101011111 | 101110 | 111011 |
Color Harmonies of #C66573
Complementary color
Monochromatic Colors of #C66573
Black with #C66573
Text Example
Text Example
White with #C66573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66573; }
p { color: rgb(198,101,115); }
H1.HeaderClassName
{
color: #C66573;
}
.AnyTagClassName
{
color: #C66573;
}
</style>
background-color css
<style>
a { background-color: #C66573; }
a { background-color: rgb(198,101,115); }
div.DivClassName
{
background-color: #C66573;
}
.BgClassName
{
background-color: #C66573;
}
</style>
border-color css
<style>
span { border-color: #C66573; }
span { border-color: rgb(198,101,115); }
td.TdClassName
{
border-color: #C66573;
}
.TagClassName
{
border-color: #C66573;
}
</style>