Shades of Cabaret #C64965
Tints of Cabaret #C64965
RGB
CMYK
RGB Variations
Color information
#C64965 (or 0xC64965) is known color: Cabaret. HEX triplet: C6, 49 and 65. RGB value is (198,73,101). Sum of RGB (Red+Green+Blue) = 198+73+101=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64965 is #39B69A. Grayscale: #717171. Windows color (decimal): -3782299 or 6638022. OLE color: 6638022.
HSL color Cylindrical-coordinate representation of color #C64965: hue angle of 346.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64965 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 101 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.22 |
| HSL | 346.56º | 0.52% | 0.53% | - |
| HSV(B) | 346.56º | 0.63% | 0.78% | - |
| XYZ | 28.02 | 17.71 | 14.25 | - |
| YUV | 113.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 101 | 0 | 0.63 | 0.49 | 0.22 | 346.56 | 0.52 | 0.53 |
| Hex | C6 | 49 | 65 | 0 | 3F | 31 | 16 | 15B | 34 | 35 |
| Octal | 306 | 111 | 145 | 0 | 77 | 61 | 26 | 533 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1100101 | 0 | 111111 | 110001 | 10110 | 101011011 | 110100 | 110101 |
Color Harmonies of #C64965
Complementary color
Monochromatic Colors of #C64965
Black with #C64965
Text Example
Text Example
White with #C64965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64965; }
p { color: rgb(198,73,101); }
H1.HeaderClassName
{
color: #C64965;
}
.AnyTagClassName
{
color: #C64965;
}
</style>
background-color css
<style>
a { background-color: #C64965; }
a { background-color: rgb(198,73,101); }
div.DivClassName
{
background-color: #C64965;
}
.BgClassName
{
background-color: #C64965;
}
</style>
border-color css
<style>
span { border-color: #C64965; }
span { border-color: rgb(198,73,101); }
td.TdClassName
{
border-color: #C64965;
}
.TagClassName
{
border-color: #C64965;
}
</style>