Shades of Cabaret #C75B7B
Tints of Cabaret #C75B7B
RGB
CMYK
RGB Variations
Color information
#C75B7B (or 0xC75B7B) is known color: Cabaret. HEX triplet: C7, 5B and 7B. RGB value is (199,91,123). Sum of RGB (Red+Green+Blue) = 199+91+123=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75B7B is #38A484. Grayscale: #7E7E7E. Windows color (decimal): -3712133 or 8084423. OLE color: 8084423.
HSL color Cylindrical-coordinate representation of color #C75B7B: hue angle of 342.22º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B7B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 123 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.22 |
| HSL | 342.22º | 0.49% | 0.57% | - |
| HSV(B) | 342.22º | 0.54% | 0.78% | - |
| XYZ | 30.87 | 21.05 | 21.18 | - |
| YUV | 126.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 123 | 0 | 0.54 | 0.38 | 0.22 | 342.22 | 0.49 | 0.57 |
| Hex | C7 | 5B | 7B | 0 | 36 | 26 | 16 | 156 | 31 | 39 |
| Octal | 307 | 133 | 173 | 0 | 66 | 46 | 26 | 526 | 61 | 71 |
| Binary | 11000111 | 1011011 | 1111011 | 0 | 110110 | 100110 | 10110 | 101010110 | 110001 | 111001 |
Color Harmonies of #C75B7B
Complementary color
Monochromatic Colors of #C75B7B
Black with #C75B7B
Text Example
Text Example
White with #C75B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B7B; }
p { color: rgb(199,91,123); }
H1.HeaderClassName
{
color: #C75B7B;
}
.AnyTagClassName
{
color: #C75B7B;
}
</style>
background-color css
<style>
a { background-color: #C75B7B; }
a { background-color: rgb(199,91,123); }
div.DivClassName
{
background-color: #C75B7B;
}
.BgClassName
{
background-color: #C75B7B;
}
</style>
border-color css
<style>
span { border-color: #C75B7B; }
span { border-color: rgb(199,91,123); }
td.TdClassName
{
border-color: #C75B7B;
}
.TagClassName
{
border-color: #C75B7B;
}
</style>