Shades of Cabaret #C64E67
Tints of Cabaret #C64E67
RGB
CMYK
RGB Variations
Color information
#C64E67 (or 0xC64E67) is known color: Cabaret. HEX triplet: C6, 4E and 67. RGB value is (198,78,103). Sum of RGB (Red+Green+Blue) = 198+78+103=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E67 is #39B198. Grayscale: #747474. Windows color (decimal): -3781017 or 6770374. OLE color: 6770374.
HSL color Cylindrical-coordinate representation of color #C64E67: hue angle of 347.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E67 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 103 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.22 |
| HSL | 347.5º | 0.51% | 0.54% | - |
| HSV(B) | 347.5º | 0.61% | 0.78% | - |
| XYZ | 28.46 | 18.43 | 14.89 | - |
| YUV | 116.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 103 | 0 | 0.61 | 0.48 | 0.22 | 347.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 67 | 0 | 3D | 30 | 16 | 15C | 33 | 36 |
| Octal | 306 | 116 | 147 | 0 | 75 | 60 | 26 | 534 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1100111 | 0 | 111101 | 110000 | 10110 | 101011100 | 110011 | 110110 |
Color Harmonies of #C64E67
Complementary color
Monochromatic Colors of #C64E67
Black with #C64E67
Text Example
Text Example
White with #C64E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E67; }
p { color: rgb(198,78,103); }
H1.HeaderClassName
{
color: #C64E67;
}
.AnyTagClassName
{
color: #C64E67;
}
</style>
background-color css
<style>
a { background-color: #C64E67; }
a { background-color: rgb(198,78,103); }
div.DivClassName
{
background-color: #C64E67;
}
.BgClassName
{
background-color: #C64E67;
}
</style>
border-color css
<style>
span { border-color: #C64E67; }
span { border-color: rgb(198,78,103); }
td.TdClassName
{
border-color: #C64E67;
}
.TagClassName
{
border-color: #C64E67;
}
</style>