Shades of Cabaret #C75D6D
Tints of Cabaret #C75D6D
RGB
CMYK
RGB Variations
Color information
#C75D6D (or 0xC75D6D) is known color: Cabaret. HEX triplet: C7, 5D and 6D. RGB value is (199,93,109). Sum of RGB (Red+Green+Blue) = 199+93+109=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D6D is #38A292. Grayscale: #7E7E7E. Windows color (decimal): -3711635 or 7167431. OLE color: 7167431.
HSL color Cylindrical-coordinate representation of color #C75D6D: hue angle of 350.94º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D6D is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 109 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.22 |
| HSL | 350.94º | 0.49% | 0.57% | - |
| HSV(B) | 350.94º | 0.53% | 0.78% | - |
| XYZ | 30.23 | 21.07 | 16.94 | - |
| YUV | 126.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 109 | 0 | 0.53 | 0.45 | 0.22 | 350.94 | 0.49 | 0.57 |
| Hex | C7 | 5D | 6D | 0 | 35 | 2D | 16 | 15F | 31 | 39 |
| Octal | 307 | 135 | 155 | 0 | 65 | 55 | 26 | 537 | 61 | 71 |
| Binary | 11000111 | 1011101 | 1101101 | 0 | 110101 | 101101 | 10110 | 101011111 | 110001 | 111001 |
Color Harmonies of #C75D6D
Complementary color
Monochromatic Colors of #C75D6D
Black with #C75D6D
Text Example
Text Example
White with #C75D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D6D; }
p { color: rgb(199,93,109); }
H1.HeaderClassName
{
color: #C75D6D;
}
.AnyTagClassName
{
color: #C75D6D;
}
</style>
background-color css
<style>
a { background-color: #C75D6D; }
a { background-color: rgb(199,93,109); }
div.DivClassName
{
background-color: #C75D6D;
}
.BgClassName
{
background-color: #C75D6D;
}
</style>
border-color css
<style>
span { border-color: #C75D6D; }
span { border-color: rgb(199,93,109); }
td.TdClassName
{
border-color: #C75D6D;
}
.TagClassName
{
border-color: #C75D6D;
}
</style>