Shades of Cabaret #C64B74
Tints of Cabaret #C64B74
RGB
CMYK
RGB Variations
Color information
#C64B74 (or 0xC64B74) is known color: Cabaret. HEX triplet: C6, 4B and 74. RGB value is (198,75,116). Sum of RGB (Red+Green+Blue) = 198+75+116=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B74 is #39B48B. Grayscale: #747474. Windows color (decimal): -3781772 or 7621574. OLE color: 7621574.
HSL color Cylindrical-coordinate representation of color #C64B74: hue angle of 340º 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 #C64B74 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 116 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.22 |
| HSL | 340º | 0.52% | 0.54% | - |
| HSV(B) | 340º | 0.62% | 0.78% | - |
| XYZ | 28.96 | 18.3 | 18.53 | - |
| YUV | 116.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 116 | 0 | 0.62 | 0.41 | 0.22 | 340 | 0.52 | 0.54 |
| Hex | C6 | 4B | 74 | 0 | 3E | 29 | 16 | 154 | 34 | 36 |
| Octal | 306 | 113 | 164 | 0 | 76 | 51 | 26 | 524 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1110100 | 0 | 111110 | 101001 | 10110 | 101010100 | 110100 | 110110 |
Color Harmonies of #C64B74
Complementary color
Monochromatic Colors of #C64B74
Black with #C64B74
Text Example
Text Example
White with #C64B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B74; }
p { color: rgb(198,75,116); }
H1.HeaderClassName
{
color: #C64B74;
}
.AnyTagClassName
{
color: #C64B74;
}
</style>
background-color css
<style>
a { background-color: #C64B74; }
a { background-color: rgb(198,75,116); }
div.DivClassName
{
background-color: #C64B74;
}
.BgClassName
{
background-color: #C64B74;
}
</style>
border-color css
<style>
span { border-color: #C64B74; }
span { border-color: rgb(198,75,116); }
td.TdClassName
{
border-color: #C64B74;
}
.TagClassName
{
border-color: #C64B74;
}
</style>