Shades of Cabaret #C64C6C
Tints of Cabaret #C64C6C
RGB
CMYK
RGB Variations
Color information
#C64C6C (or 0xC64C6C) is known color: Cabaret. HEX triplet: C6, 4C and 6C. RGB value is (198,76,108). Sum of RGB (Red+Green+Blue) = 198+76+108=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C6C is #39B393. Grayscale: #747474. Windows color (decimal): -3781524 or 7097542. OLE color: 7097542.
HSL color Cylindrical-coordinate representation of color #C64C6C: hue angle of 344.26º 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 #C64C6C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 108 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.22 |
| HSL | 344.26º | 0.52% | 0.54% | - |
| HSV(B) | 344.26º | 0.62% | 0.78% | - |
| XYZ | 28.58 | 18.26 | 16.21 | - |
| YUV | 116.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 108 | 0 | 0.62 | 0.45 | 0.22 | 344.26 | 0.52 | 0.54 |
| Hex | C6 | 4C | 6C | 0 | 3E | 2D | 16 | 158 | 34 | 36 |
| Octal | 306 | 114 | 154 | 0 | 76 | 55 | 26 | 530 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1101100 | 0 | 111110 | 101101 | 10110 | 101011000 | 110100 | 110110 |
Color Harmonies of #C64C6C
Complementary color
Monochromatic Colors of #C64C6C
Black with #C64C6C
Text Example
Text Example
White with #C64C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C6C; }
p { color: rgb(198,76,108); }
H1.HeaderClassName
{
color: #C64C6C;
}
.AnyTagClassName
{
color: #C64C6C;
}
</style>
background-color css
<style>
a { background-color: #C64C6C; }
a { background-color: rgb(198,76,108); }
div.DivClassName
{
background-color: #C64C6C;
}
.BgClassName
{
background-color: #C64C6C;
}
</style>
border-color css
<style>
span { border-color: #C64C6C; }
span { border-color: rgb(198,76,108); }
td.TdClassName
{
border-color: #C64C6C;
}
.TagClassName
{
border-color: #C64C6C;
}
</style>