Shades of Cabaret #C76175
Tints of Cabaret #C76175
RGB
CMYK
RGB Variations
Color information
#C76175 (or 0xC76175) is known color: Cabaret. HEX triplet: C7, 61 and 75. RGB value is (199,97,117). Sum of RGB (Red+Green+Blue) = 199+97+117=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C76175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76175 is #389E8A. Grayscale: #818181. Windows color (decimal): -3710603 or 7692743. OLE color: 7692743.
HSL color Cylindrical-coordinate representation of color #C76175: hue angle of 348.24º degrees, saturation: 0.48, 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 #C76175 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 117 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.22 |
| HSL | 348.24º | 0.48% | 0.58% | - |
| HSV(B) | 348.24º | 0.51% | 0.78% | - |
| XYZ | 31.04 | 21.98 | 19.44 | - |
| YUV | 129.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 117 | 0 | 0.51 | 0.41 | 0.22 | 348.24 | 0.48 | 0.58 |
| Hex | C7 | 61 | 75 | 0 | 33 | 29 | 16 | 15C | 30 | 3A |
| Octal | 307 | 141 | 165 | 0 | 63 | 51 | 26 | 534 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1110101 | 0 | 110011 | 101001 | 10110 | 101011100 | 110000 | 111010 |
Color Harmonies of #C76175
Complementary color
Monochromatic Colors of #C76175
Black with #C76175
Text Example
Text Example
White with #C76175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76175; }
p { color: rgb(199,97,117); }
H1.HeaderClassName
{
color: #C76175;
}
.AnyTagClassName
{
color: #C76175;
}
</style>
background-color css
<style>
a { background-color: #C76175; }
a { background-color: rgb(199,97,117); }
div.DivClassName
{
background-color: #C76175;
}
.BgClassName
{
background-color: #C76175;
}
</style>
border-color css
<style>
span { border-color: #C76175; }
span { border-color: rgb(199,97,117); }
td.TdClassName
{
border-color: #C76175;
}
.TagClassName
{
border-color: #C76175;
}
</style>