Shades of Cabaret #C64D75
Tints of Cabaret #C64D75
RGB
CMYK
RGB Variations
Color information
#C64D75 (or 0xC64D75) is known color: Cabaret. HEX triplet: C6, 4D and 75. RGB value is (198,77,117). Sum of RGB (Red+Green+Blue) = 198+77+117=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D75 is #39B28A. Grayscale: #757575. Windows color (decimal): -3781259 or 7687622. OLE color: 7687622.
HSL color Cylindrical-coordinate representation of color #C64D75: hue angle of 340.17º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D75 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 117 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.22 |
| HSL | 340.17º | 0.51% | 0.54% | - |
| HSV(B) | 340.17º | 0.61% | 0.78% | - |
| XYZ | 29.15 | 18.6 | 18.88 | - |
| YUV | 117.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 117 | 0 | 0.61 | 0.41 | 0.22 | 340.17 | 0.51 | 0.54 |
| Hex | C6 | 4D | 75 | 0 | 3D | 29 | 16 | 154 | 33 | 36 |
| Octal | 306 | 115 | 165 | 0 | 75 | 51 | 26 | 524 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1110101 | 0 | 111101 | 101001 | 10110 | 101010100 | 110011 | 110110 |
Color Harmonies of #C64D75
Complementary color
Monochromatic Colors of #C64D75
Black with #C64D75
Text Example
Text Example
White with #C64D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D75; }
p { color: rgb(198,77,117); }
H1.HeaderClassName
{
color: #C64D75;
}
.AnyTagClassName
{
color: #C64D75;
}
</style>
background-color css
<style>
a { background-color: #C64D75; }
a { background-color: rgb(198,77,117); }
div.DivClassName
{
background-color: #C64D75;
}
.BgClassName
{
background-color: #C64D75;
}
</style>
border-color css
<style>
span { border-color: #C64D75; }
span { border-color: rgb(198,77,117); }
td.TdClassName
{
border-color: #C64D75;
}
.TagClassName
{
border-color: #C64D75;
}
</style>