Shades of Cabaret #C75A66
Tints of Cabaret #C75A66
RGB
CMYK
RGB Variations
Color information
#C75A66 (or 0xC75A66) is known color: Cabaret. HEX triplet: C7, 5A and 66. RGB value is (199,90,102). Sum of RGB (Red+Green+Blue) = 199+90+102=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A66 is #38A599. Grayscale: #7C7C7C. Windows color (decimal): -3712410 or 6707911. OLE color: 6707911.
HSL color Cylindrical-coordinate representation of color #C75A66: hue angle of 353.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 #C75A66 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 102 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.22 |
| HSL | 353.39º | 0.49% | 0.57% | - |
| HSV(B) | 353.39º | 0.55% | 0.78% | - |
| XYZ | 29.61 | 20.41 | 14.95 | - |
| YUV | 123.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 102 | 0 | 0.55 | 0.49 | 0.22 | 353.39 | 0.49 | 0.57 |
| Hex | C7 | 5A | 66 | 0 | 37 | 31 | 16 | 161 | 31 | 39 |
| Octal | 307 | 132 | 146 | 0 | 67 | 61 | 26 | 541 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1100110 | 0 | 110111 | 110001 | 10110 | 101100001 | 110001 | 111001 |
Color Harmonies of #C75A66
Complementary color
Monochromatic Colors of #C75A66
Black with #C75A66
Text Example
Text Example
White with #C75A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A66; }
p { color: rgb(199,90,102); }
H1.HeaderClassName
{
color: #C75A66;
}
.AnyTagClassName
{
color: #C75A66;
}
</style>
background-color css
<style>
a { background-color: #C75A66; }
a { background-color: rgb(199,90,102); }
div.DivClassName
{
background-color: #C75A66;
}
.BgClassName
{
background-color: #C75A66;
}
</style>
border-color css
<style>
span { border-color: #C75A66; }
span { border-color: rgb(199,90,102); }
td.TdClassName
{
border-color: #C75A66;
}
.TagClassName
{
border-color: #C75A66;
}
</style>