Shades of Cabaret #C64F6B
Tints of Cabaret #C64F6B
RGB
CMYK
RGB Variations
Color information
#C64F6B (or 0xC64F6B) is known color: Cabaret. HEX triplet: C6, 4F and 6B. RGB value is (198,79,107). Sum of RGB (Red+Green+Blue) = 198+79+107=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F6B is #39B094. Grayscale: #757575. Windows color (decimal): -3780757 or 7032774. OLE color: 7032774.
HSL color Cylindrical-coordinate representation of color #C64F6B: hue angle of 345.88º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F6B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 107 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.22 |
| HSL | 345.88º | 0.51% | 0.54% | - |
| HSV(B) | 345.88º | 0.6% | 0.78% | - |
| XYZ | 28.74 | 18.66 | 16 | - |
| YUV | 117.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 107 | 0 | 0.60 | 0.46 | 0.22 | 345.88 | 0.51 | 0.54 |
| Hex | C6 | 4F | 6B | 0 | 3C | 2E | 16 | 15A | 33 | 36 |
| Octal | 306 | 117 | 153 | 0 | 74 | 56 | 26 | 532 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1101011 | 0 | 111100 | 101110 | 10110 | 101011010 | 110011 | 110110 |
Color Harmonies of #C64F6B
Complementary color
Monochromatic Colors of #C64F6B
Black with #C64F6B
Text Example
Text Example
White with #C64F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F6B; }
p { color: rgb(198,79,107); }
H1.HeaderClassName
{
color: #C64F6B;
}
.AnyTagClassName
{
color: #C64F6B;
}
</style>
background-color css
<style>
a { background-color: #C64F6B; }
a { background-color: rgb(198,79,107); }
div.DivClassName
{
background-color: #C64F6B;
}
.BgClassName
{
background-color: #C64F6B;
}
</style>
border-color css
<style>
span { border-color: #C64F6B; }
span { border-color: rgb(198,79,107); }
td.TdClassName
{
border-color: #C64F6B;
}
.TagClassName
{
border-color: #C64F6B;
}
</style>