Shades of Cabaret #C75A6E
Tints of Cabaret #C75A6E
RGB
CMYK
RGB Variations
Color information
#C75A6E (or 0xC75A6E) is known color: Cabaret. HEX triplet: C7, 5A and 6E. RGB value is (199,90,110). Sum of RGB (Red+Green+Blue) = 199+90+110=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A6E is #38A591. Grayscale: #7C7C7C. Windows color (decimal): -3712402 or 7232199. OLE color: 7232199.
HSL color Cylindrical-coordinate representation of color #C75A6E: hue angle of 348.99º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A6E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 110 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.22 |
| HSL | 348.99º | 0.49% | 0.57% | - |
| HSV(B) | 348.99º | 0.55% | 0.78% | - |
| XYZ | 30.02 | 20.58 | 17.14 | - |
| YUV | 124.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 110 | 0 | 0.55 | 0.45 | 0.22 | 348.99 | 0.49 | 0.57 |
| Hex | C7 | 5A | 6E | 0 | 37 | 2D | 16 | 15D | 31 | 39 |
| Octal | 307 | 132 | 156 | 0 | 67 | 55 | 26 | 535 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1101110 | 0 | 110111 | 101101 | 10110 | 101011101 | 110001 | 111001 |
Color Harmonies of #C75A6E
Complementary color
Monochromatic Colors of #C75A6E
Black with #C75A6E
Text Example
Text Example
White with #C75A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A6E; }
p { color: rgb(199,90,110); }
H1.HeaderClassName
{
color: #C75A6E;
}
.AnyTagClassName
{
color: #C75A6E;
}
</style>
background-color css
<style>
a { background-color: #C75A6E; }
a { background-color: rgb(199,90,110); }
div.DivClassName
{
background-color: #C75A6E;
}
.BgClassName
{
background-color: #C75A6E;
}
</style>
border-color css
<style>
span { border-color: #C75A6E; }
span { border-color: rgb(199,90,110); }
td.TdClassName
{
border-color: #C75A6E;
}
.TagClassName
{
border-color: #C75A6E;
}
</style>