Shades of Cabaret #C64C6A
Tints of Cabaret #C64C6A
RGB
CMYK
RGB Variations
Color information
#C64C6A (or 0xC64C6A) is known color: Cabaret. HEX triplet: C6, 4C and 6A. RGB value is (198,76,106). Sum of RGB (Red+Green+Blue) = 198+76+106=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C6A is #39B395. Grayscale: #737373. Windows color (decimal): -3781526 or 6966470. OLE color: 6966470.
HSL color Cylindrical-coordinate representation of color #C64C6A: hue angle of 345.25º 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 #C64C6A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 106 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.22 |
| HSL | 345.25º | 0.52% | 0.54% | - |
| HSV(B) | 345.25º | 0.62% | 0.78% | - |
| XYZ | 28.47 | 18.22 | 15.65 | - |
| YUV | 115.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 106 | 0 | 0.62 | 0.46 | 0.22 | 345.25 | 0.52 | 0.54 |
| Hex | C6 | 4C | 6A | 0 | 3E | 2E | 16 | 159 | 34 | 36 |
| Octal | 306 | 114 | 152 | 0 | 76 | 56 | 26 | 531 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1101010 | 0 | 111110 | 101110 | 10110 | 101011001 | 110100 | 110110 |
Color Harmonies of #C64C6A
Complementary color
Monochromatic Colors of #C64C6A
Black with #C64C6A
Text Example
Text Example
White with #C64C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C6A; }
p { color: rgb(198,76,106); }
H1.HeaderClassName
{
color: #C64C6A;
}
.AnyTagClassName
{
color: #C64C6A;
}
</style>
background-color css
<style>
a { background-color: #C64C6A; }
a { background-color: rgb(198,76,106); }
div.DivClassName
{
background-color: #C64C6A;
}
.BgClassName
{
background-color: #C64C6A;
}
</style>
border-color css
<style>
span { border-color: #C64C6A; }
span { border-color: rgb(198,76,106); }
td.TdClassName
{
border-color: #C64C6A;
}
.TagClassName
{
border-color: #C64C6A;
}
</style>