Shades of Cabaret #C64B73
Tints of Cabaret #C64B73
RGB
CMYK
RGB Variations
Color information
#C64B73 (or 0xC64B73) is known color: Cabaret. HEX triplet: C6, 4B and 73. RGB value is (198,75,115). Sum of RGB (Red+Green+Blue) = 198+75+115=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B73 is #39B48C. Grayscale: #747474. Windows color (decimal): -3781773 or 7556038. OLE color: 7556038.
HSL color Cylindrical-coordinate representation of color #C64B73: hue angle of 340.49º 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 #C64B73 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 115 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 340.49º | 0.52% | 0.54% | - |
| HSV(B) | 340.49º | 0.62% | 0.78% | - |
| XYZ | 28.9 | 18.28 | 18.22 | - |
| YUV | 116.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 115 | 0 | 0.62 | 0.42 | 0.22 | 340.49 | 0.52 | 0.54 |
| Hex | C6 | 4B | 73 | 0 | 3E | 2A | 16 | 154 | 34 | 36 |
| Octal | 306 | 113 | 163 | 0 | 76 | 52 | 26 | 524 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1110011 | 0 | 111110 | 101010 | 10110 | 101010100 | 110100 | 110110 |
Color Harmonies of #C64B73
Complementary color
Monochromatic Colors of #C64B73
Black with #C64B73
Text Example
Text Example
White with #C64B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B73; }
p { color: rgb(198,75,115); }
H1.HeaderClassName
{
color: #C64B73;
}
.AnyTagClassName
{
color: #C64B73;
}
</style>
background-color css
<style>
a { background-color: #C64B73; }
a { background-color: rgb(198,75,115); }
div.DivClassName
{
background-color: #C64B73;
}
.BgClassName
{
background-color: #C64B73;
}
</style>
border-color css
<style>
span { border-color: #C64B73; }
span { border-color: rgb(198,75,115); }
td.TdClassName
{
border-color: #C64B73;
}
.TagClassName
{
border-color: #C64B73;
}
</style>