Shades of Cabaret #C64A6D
Tints of Cabaret #C64A6D
RGB
CMYK
RGB Variations
Color information
#C64A6D (or 0xC64A6D) is known color: Cabaret. HEX triplet: C6, 4A and 6D. RGB value is (198,74,109). Sum of RGB (Red+Green+Blue) = 198+74+109=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A6D is #39B592. Grayscale: #737373. Windows color (decimal): -3782035 or 7162566. OLE color: 7162566.
HSL color Cylindrical-coordinate representation of color #C64A6D: hue angle of 343.06º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A6D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 109 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.22 |
| HSL | 343.06º | 0.52% | 0.53% | - |
| HSV(B) | 343.06º | 0.63% | 0.78% | - |
| XYZ | 28.5 | 18.01 | 16.44 | - |
| YUV | 115.07 | 124.58 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 109 | 0 | 0.63 | 0.45 | 0.22 | 343.06 | 0.52 | 0.53 |
| Hex | C6 | 4A | 6D | 0 | 3F | 2D | 16 | 157 | 34 | 35 |
| Octal | 306 | 112 | 155 | 0 | 77 | 55 | 26 | 527 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1101101 | 0 | 111111 | 101101 | 10110 | 101010111 | 110100 | 110101 |
Color Harmonies of #C64A6D
Complementary color
Monochromatic Colors of #C64A6D
Black with #C64A6D
Text Example
Text Example
White with #C64A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A6D; }
p { color: rgb(198,74,109); }
H1.HeaderClassName
{
color: #C64A6D;
}
.AnyTagClassName
{
color: #C64A6D;
}
</style>
background-color css
<style>
a { background-color: #C64A6D; }
a { background-color: rgb(198,74,109); }
div.DivClassName
{
background-color: #C64A6D;
}
.BgClassName
{
background-color: #C64A6D;
}
</style>
border-color css
<style>
span { border-color: #C64A6D; }
span { border-color: rgb(198,74,109); }
td.TdClassName
{
border-color: #C64A6D;
}
.TagClassName
{
border-color: #C64A6D;
}
</style>