Shades of Cabaret #C75A7A
Tints of Cabaret #C75A7A
RGB
CMYK
RGB Variations
Color information
#C75A7A (or 0xC75A7A) is known color: Cabaret. HEX triplet: C7, 5A and 7A. RGB value is (199,90,122). Sum of RGB (Red+Green+Blue) = 199+90+122=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A7A is #38A585. Grayscale: #7E7E7E. Windows color (decimal): -3712390 or 8018631. OLE color: 8018631.
HSL color Cylindrical-coordinate representation of color #C75A7A: hue angle of 342.39º 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 #C75A7A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 122 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.22 |
| HSL | 342.39º | 0.49% | 0.57% | - |
| HSV(B) | 342.39º | 0.55% | 0.78% | - |
| XYZ | 30.72 | 20.86 | 20.82 | - |
| YUV | 126.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 122 | 0 | 0.55 | 0.39 | 0.22 | 342.39 | 0.49 | 0.57 |
| Hex | C7 | 5A | 7A | 0 | 37 | 27 | 16 | 156 | 31 | 39 |
| Octal | 307 | 132 | 172 | 0 | 67 | 47 | 26 | 526 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1111010 | 0 | 110111 | 100111 | 10110 | 101010110 | 110001 | 111001 |
Color Harmonies of #C75A7A
Complementary color
Monochromatic Colors of #C75A7A
Black with #C75A7A
Text Example
Text Example
White with #C75A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A7A; }
p { color: rgb(199,90,122); }
H1.HeaderClassName
{
color: #C75A7A;
}
.AnyTagClassName
{
color: #C75A7A;
}
</style>
background-color css
<style>
a { background-color: #C75A7A; }
a { background-color: rgb(199,90,122); }
div.DivClassName
{
background-color: #C75A7A;
}
.BgClassName
{
background-color: #C75A7A;
}
</style>
border-color css
<style>
span { border-color: #C75A7A; }
span { border-color: rgb(199,90,122); }
td.TdClassName
{
border-color: #C75A7A;
}
.TagClassName
{
border-color: #C75A7A;
}
</style>