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