Shades of Cabaret #C76277
Tints of Cabaret #C76277
RGB
CMYK
RGB Variations
Color information
#C76277 (or 0xC76277) is known color: Cabaret. HEX triplet: C7, 62 and 77. RGB value is (199,98,119). Sum of RGB (Red+Green+Blue) = 199+98+119=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76277 is #389D88. Grayscale: #828282. Windows color (decimal): -3710345 or 7824071. OLE color: 7824071.
HSL color Cylindrical-coordinate representation of color #C76277: hue angle of 347.52º 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 #C76277 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 119 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.22 |
| HSL | 347.52º | 0.47% | 0.58% | - |
| HSV(B) | 347.52º | 0.51% | 0.78% | - |
| XYZ | 31.25 | 22.21 | 20.09 | - |
| YUV | 130.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 119 | 0 | 0.51 | 0.40 | 0.22 | 347.52 | 0.47 | 0.58 |
| Hex | C7 | 62 | 77 | 0 | 33 | 28 | 16 | 15C | 2F | 3A |
| Octal | 307 | 142 | 167 | 0 | 63 | 50 | 26 | 534 | 57 | 72 |
| Binary | 11000111 | 1100010 | 1110111 | 0 | 110011 | 101000 | 10110 | 101011100 | 101111 | 111010 |
Color Harmonies of #C76277
Complementary color
Monochromatic Colors of #C76277
Black with #C76277
Text Example
Text Example
White with #C76277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76277; }
p { color: rgb(199,98,119); }
H1.HeaderClassName
{
color: #C76277;
}
.AnyTagClassName
{
color: #C76277;
}
</style>
background-color css
<style>
a { background-color: #C76277; }
a { background-color: rgb(199,98,119); }
div.DivClassName
{
background-color: #C76277;
}
.BgClassName
{
background-color: #C76277;
}
</style>
border-color css
<style>
span { border-color: #C76277; }
span { border-color: rgb(199,98,119); }
td.TdClassName
{
border-color: #C76277;
}
.TagClassName
{
border-color: #C76277;
}
</style>