Shades of Cabaret #C64B6B
Tints of Cabaret #C64B6B
RGB
CMYK
RGB Variations
Color information
#C64B6B (or 0xC64B6B) is known color: Cabaret. HEX triplet: C6, 4B and 6B. RGB value is (198,75,107). Sum of RGB (Red+Green+Blue) = 198+75+107=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B6B is #39B494. Grayscale: #737373. Windows color (decimal): -3781781 or 7031750. OLE color: 7031750.
HSL color Cylindrical-coordinate representation of color #C64B6B: hue angle of 344.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B6B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 107 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.22 |
| HSL | 344.39º | 0.52% | 0.54% | - |
| HSV(B) | 344.39º | 0.62% | 0.78% | - |
| XYZ | 28.46 | 18.1 | 15.9 | - |
| YUV | 115.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 107 | 0 | 0.62 | 0.46 | 0.22 | 344.39 | 0.52 | 0.54 |
| Hex | C6 | 4B | 6B | 0 | 3E | 2E | 16 | 158 | 34 | 36 |
| Octal | 306 | 113 | 153 | 0 | 76 | 56 | 26 | 530 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1101011 | 0 | 111110 | 101110 | 10110 | 101011000 | 110100 | 110110 |
Color Harmonies of #C64B6B
Complementary color
Monochromatic Colors of #C64B6B
Black with #C64B6B
Text Example
Text Example
White with #C64B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B6B; }
p { color: rgb(198,75,107); }
H1.HeaderClassName
{
color: #C64B6B;
}
.AnyTagClassName
{
color: #C64B6B;
}
</style>
background-color css
<style>
a { background-color: #C64B6B; }
a { background-color: rgb(198,75,107); }
div.DivClassName
{
background-color: #C64B6B;
}
.BgClassName
{
background-color: #C64B6B;
}
</style>
border-color css
<style>
span { border-color: #C64B6B; }
span { border-color: rgb(198,75,107); }
td.TdClassName
{
border-color: #C64B6B;
}
.TagClassName
{
border-color: #C64B6B;
}
</style>