Shades of Cabaret #C64B71
Tints of Cabaret #C64B71
RGB
CMYK
RGB Variations
Color information
#C64B71 (or 0xC64B71) is known color: Cabaret. HEX triplet: C6, 4B and 71. RGB value is (198,75,113). Sum of RGB (Red+Green+Blue) = 198+75+113=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B71 is #39B48E. Grayscale: #747474. Windows color (decimal): -3781775 or 7424966. OLE color: 7424966.
HSL color Cylindrical-coordinate representation of color #C64B71: hue angle of 341.46º 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 #C64B71 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 113 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.22 |
| HSL | 341.46º | 0.52% | 0.54% | - |
| HSV(B) | 341.46º | 0.62% | 0.78% | - |
| XYZ | 28.79 | 18.23 | 17.62 | - |
| YUV | 116.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 113 | 0 | 0.62 | 0.43 | 0.22 | 341.46 | 0.52 | 0.54 |
| Hex | C6 | 4B | 71 | 0 | 3E | 2B | 16 | 155 | 34 | 36 |
| Octal | 306 | 113 | 161 | 0 | 76 | 53 | 26 | 525 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1110001 | 0 | 111110 | 101011 | 10110 | 101010101 | 110100 | 110110 |
Color Harmonies of #C64B71
Complementary color
Monochromatic Colors of #C64B71
Black with #C64B71
Text Example
Text Example
White with #C64B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B71; }
p { color: rgb(198,75,113); }
H1.HeaderClassName
{
color: #C64B71;
}
.AnyTagClassName
{
color: #C64B71;
}
</style>
background-color css
<style>
a { background-color: #C64B71; }
a { background-color: rgb(198,75,113); }
div.DivClassName
{
background-color: #C64B71;
}
.BgClassName
{
background-color: #C64B71;
}
</style>
border-color css
<style>
span { border-color: #C64B71; }
span { border-color: rgb(198,75,113); }
td.TdClassName
{
border-color: #C64B71;
}
.TagClassName
{
border-color: #C64B71;
}
</style>