Shades of Cabaret #C64565
Tints of Cabaret #C64565
RGB
CMYK
RGB Variations
Color information
#C64565 (or 0xC64565) is known color: Cabaret. HEX triplet: C6, 45 and 65. RGB value is (198,69,101). Sum of RGB (Red+Green+Blue) = 198+69+101=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64565 is #39BA9A. Grayscale: #6F6F6F. Windows color (decimal): -3783323 or 6636998. OLE color: 6636998.
HSL color Cylindrical-coordinate representation of color #C64565: hue angle of 345.12º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64565 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 101 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.22 |
| HSL | 345.12º | 0.53% | 0.52% | - |
| HSV(B) | 345.12º | 0.65% | 0.78% | - |
| XYZ | 27.77 | 17.2 | 14.17 | - |
| YUV | 111.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 101 | 0 | 0.65 | 0.49 | 0.22 | 345.12 | 0.53 | 0.52 |
| Hex | C6 | 45 | 65 | 0 | 41 | 31 | 16 | 159 | 35 | 34 |
| Octal | 306 | 105 | 145 | 0 | 101 | 61 | 26 | 531 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1100101 | 0 | 1000001 | 110001 | 10110 | 101011001 | 110101 | 110100 |
Color Harmonies of #C64565
Complementary color
Monochromatic Colors of #C64565
Black with #C64565
Text Example
Text Example
White with #C64565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64565; }
p { color: rgb(198,69,101); }
H1.HeaderClassName
{
color: #C64565;
}
.AnyTagClassName
{
color: #C64565;
}
</style>
background-color css
<style>
a { background-color: #C64565; }
a { background-color: rgb(198,69,101); }
div.DivClassName
{
background-color: #C64565;
}
.BgClassName
{
background-color: #C64565;
}
</style>
border-color css
<style>
span { border-color: #C64565; }
span { border-color: rgb(198,69,101); }
td.TdClassName
{
border-color: #C64565;
}
.TagClassName
{
border-color: #C64565;
}
</style>