Shades of Cabaret #C75375
Tints of Cabaret #C75375
RGB
CMYK
RGB Variations
Color information
#C75375 (or 0xC75375) is known color: Cabaret. HEX triplet: C7, 53 and 75. RGB value is (199,83,117). Sum of RGB (Red+Green+Blue) = 199+83+117=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75375 is #38AC8A. Grayscale: #797979. Windows color (decimal): -3714187 or 7689159. OLE color: 7689159.
HSL color Cylindrical-coordinate representation of color #C75375: hue angle of 342.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75375 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 117 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.22 |
| HSL | 342.41º | 0.51% | 0.55% | - |
| HSV(B) | 342.41º | 0.58% | 0.78% | - |
| XYZ | 29.86 | 19.61 | 19.04 | - |
| YUV | 121.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 117 | 0 | 0.58 | 0.41 | 0.22 | 342.41 | 0.51 | 0.55 |
| Hex | C7 | 53 | 75 | 0 | 3A | 29 | 16 | 156 | 33 | 37 |
| Octal | 307 | 123 | 165 | 0 | 72 | 51 | 26 | 526 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1110101 | 0 | 111010 | 101001 | 10110 | 101010110 | 110011 | 110111 |
Color Harmonies of #C75375
Complementary color
Monochromatic Colors of #C75375
Black with #C75375
Text Example
Text Example
White with #C75375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75375; }
p { color: rgb(199,83,117); }
H1.HeaderClassName
{
color: #C75375;
}
.AnyTagClassName
{
color: #C75375;
}
</style>
background-color css
<style>
a { background-color: #C75375; }
a { background-color: rgb(199,83,117); }
div.DivClassName
{
background-color: #C75375;
}
.BgClassName
{
background-color: #C75375;
}
</style>
border-color css
<style>
span { border-color: #C75375; }
span { border-color: rgb(199,83,117); }
td.TdClassName
{
border-color: #C75375;
}
.TagClassName
{
border-color: #C75375;
}
</style>