Shades of Cabaret #C75475
Tints of Cabaret #C75475
RGB
CMYK
RGB Variations
Color information
#C75475 (or 0xC75475) is known color: Cabaret. HEX triplet: C7, 54 and 75. RGB value is (199,84,117). Sum of RGB (Red+Green+Blue) = 199+84+117=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C75475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75475 is #38AB8A. Grayscale: #7A7A7A. Windows color (decimal): -3713931 or 7689415. OLE color: 7689415.
HSL color Cylindrical-coordinate representation of color #C75475: hue angle of 342.78º 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 #C75475 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 117 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.22 |
| HSL | 342.78º | 0.51% | 0.55% | - |
| HSV(B) | 342.78º | 0.58% | 0.78% | - |
| XYZ | 29.93 | 19.77 | 19.07 | - |
| YUV | 122.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 117 | 0 | 0.58 | 0.41 | 0.22 | 342.78 | 0.51 | 0.55 |
| Hex | C7 | 54 | 75 | 0 | 3A | 29 | 16 | 157 | 33 | 37 |
| Octal | 307 | 124 | 165 | 0 | 72 | 51 | 26 | 527 | 63 | 67 |
| Binary | 11000111 | 1010100 | 1110101 | 0 | 111010 | 101001 | 10110 | 101010111 | 110011 | 110111 |
Color Harmonies of #C75475
Complementary color
Monochromatic Colors of #C75475
Black with #C75475
Text Example
Text Example
White with #C75475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75475; }
p { color: rgb(199,84,117); }
H1.HeaderClassName
{
color: #C75475;
}
.AnyTagClassName
{
color: #C75475;
}
</style>
background-color css
<style>
a { background-color: #C75475; }
a { background-color: rgb(199,84,117); }
div.DivClassName
{
background-color: #C75475;
}
.BgClassName
{
background-color: #C75475;
}
</style>
border-color css
<style>
span { border-color: #C75475; }
span { border-color: rgb(199,84,117); }
td.TdClassName
{
border-color: #C75475;
}
.TagClassName
{
border-color: #C75475;
}
</style>