Shades of Cabaret #C76573
Tints of Cabaret #C76573
RGB
CMYK
RGB Variations
Color information
#C76573 (or 0xC76573) is known color: Cabaret. HEX triplet: C7, 65 and 73. RGB value is (199,101,115). Sum of RGB (Red+Green+Blue) = 199+101+115=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76573 is #389A8C. Grayscale: #838383. Windows color (decimal): -3709581 or 7562695. OLE color: 7562695.
HSL color Cylindrical-coordinate representation of color #C76573: hue angle of 351.43º degrees, saturation: 0.47, 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 #C76573 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 115 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.22 |
| HSL | 351.43º | 0.47% | 0.59% | - |
| HSV(B) | 351.43º | 0.49% | 0.78% | - |
| XYZ | 31.3 | 22.69 | 18.95 | - |
| YUV | 131.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 115 | 0 | 0.49 | 0.42 | 0.22 | 351.43 | 0.47 | 0.59 |
| Hex | C7 | 65 | 73 | 0 | 31 | 2A | 16 | 15F | 2F | 3B |
| Octal | 307 | 145 | 163 | 0 | 61 | 52 | 26 | 537 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1110011 | 0 | 110001 | 101010 | 10110 | 101011111 | 101111 | 111011 |
Color Harmonies of #C76573
Complementary color
Monochromatic Colors of #C76573
Black with #C76573
Text Example
Text Example
White with #C76573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76573; }
p { color: rgb(199,101,115); }
H1.HeaderClassName
{
color: #C76573;
}
.AnyTagClassName
{
color: #C76573;
}
</style>
background-color css
<style>
a { background-color: #C76573; }
a { background-color: rgb(199,101,115); }
div.DivClassName
{
background-color: #C76573;
}
.BgClassName
{
background-color: #C76573;
}
</style>
border-color css
<style>
span { border-color: #C76573; }
span { border-color: rgb(199,101,115); }
td.TdClassName
{
border-color: #C76573;
}
.TagClassName
{
border-color: #C76573;
}
</style>