Shades of Cabaret #C76574
Tints of Cabaret #C76574
RGB
CMYK
RGB Variations
Color information
#C76574 (or 0xC76574) is known color: Cabaret. HEX triplet: C7, 65 and 74. RGB value is (199,101,116). Sum of RGB (Red+Green+Blue) = 199+101+116=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76574 is #389A8B. Grayscale: #848484. Windows color (decimal): -3709580 or 7628231. OLE color: 7628231.
HSL color Cylindrical-coordinate representation of color #C76574: hue angle of 350.82º 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 #C76574 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 116 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.22 |
| HSL | 350.82º | 0.47% | 0.59% | - |
| HSV(B) | 350.82º | 0.49% | 0.78% | - |
| XYZ | 31.36 | 22.71 | 19.25 | - |
| YUV | 132.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 116 | 0 | 0.49 | 0.42 | 0.22 | 350.82 | 0.47 | 0.59 |
| Hex | C7 | 65 | 74 | 0 | 31 | 2A | 16 | 15F | 2F | 3B |
| Octal | 307 | 145 | 164 | 0 | 61 | 52 | 26 | 537 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1110100 | 0 | 110001 | 101010 | 10110 | 101011111 | 101111 | 111011 |
Color Harmonies of #C76574
Complementary color
Monochromatic Colors of #C76574
Black with #C76574
Text Example
Text Example
White with #C76574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76574; }
p { color: rgb(199,101,116); }
H1.HeaderClassName
{
color: #C76574;
}
.AnyTagClassName
{
color: #C76574;
}
</style>
background-color css
<style>
a { background-color: #C76574; }
a { background-color: rgb(199,101,116); }
div.DivClassName
{
background-color: #C76574;
}
.BgClassName
{
background-color: #C76574;
}
</style>
border-color css
<style>
span { border-color: #C76574; }
span { border-color: rgb(199,101,116); }
td.TdClassName
{
border-color: #C76574;
}
.TagClassName
{
border-color: #C76574;
}
</style>