Shades of Cabaret #C76273
Tints of Cabaret #C76273
RGB
CMYK
RGB Variations
Color information
#C76273 (or 0xC76273) is known color: Cabaret. HEX triplet: C7, 62 and 73. RGB value is (199,98,115). Sum of RGB (Red+Green+Blue) = 199+98+115=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76273 is #389D8C. Grayscale: #828282. Windows color (decimal): -3710349 or 7561927. OLE color: 7561927.
HSL color Cylindrical-coordinate representation of color #C76273: hue angle of 349.9º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76273 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 115 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.22 |
| HSL | 349.9º | 0.47% | 0.58% | - |
| HSV(B) | 349.9º | 0.51% | 0.78% | - |
| XYZ | 31.02 | 22.12 | 18.85 | - |
| YUV | 130.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 115 | 0 | 0.51 | 0.42 | 0.22 | 349.9 | 0.47 | 0.58 |
| Hex | C7 | 62 | 73 | 0 | 33 | 2A | 16 | 15E | 2F | 3A |
| Octal | 307 | 142 | 163 | 0 | 63 | 52 | 26 | 536 | 57 | 72 |
| Binary | 11000111 | 1100010 | 1110011 | 0 | 110011 | 101010 | 10110 | 101011110 | 101111 | 111010 |
Color Harmonies of #C76273
Complementary color
Monochromatic Colors of #C76273
Black with #C76273
Text Example
Text Example
White with #C76273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76273; }
p { color: rgb(199,98,115); }
H1.HeaderClassName
{
color: #C76273;
}
.AnyTagClassName
{
color: #C76273;
}
</style>
background-color css
<style>
a { background-color: #C76273; }
a { background-color: rgb(199,98,115); }
div.DivClassName
{
background-color: #C76273;
}
.BgClassName
{
background-color: #C76273;
}
</style>
border-color css
<style>
span { border-color: #C76273; }
span { border-color: rgb(199,98,115); }
td.TdClassName
{
border-color: #C76273;
}
.TagClassName
{
border-color: #C76273;
}
</style>