Shades of Cabaret #C64465
Tints of Cabaret #C64465
RGB
CMYK
RGB Variations
Color information
#C64465 (or 0xC64465) is known color: Cabaret. HEX triplet: C6, 44 and 65. RGB value is (198,68,101). Sum of RGB (Red+Green+Blue) = 198+68+101=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64465 is #39BB9A. Grayscale: #6E6E6E. Windows color (decimal): -3783579 or 6636742. OLE color: 6636742.
HSL color Cylindrical-coordinate representation of color #C64465: hue angle of 344.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64465 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 101 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.22 |
| HSL | 344.77º | 0.53% | 0.52% | - |
| HSV(B) | 344.77º | 0.66% | 0.78% | - |
| XYZ | 27.7 | 17.08 | 14.15 | - |
| YUV | 110.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 101 | 0 | 0.66 | 0.49 | 0.22 | 344.77 | 0.53 | 0.52 |
| Hex | C6 | 44 | 65 | 0 | 42 | 31 | 16 | 159 | 35 | 34 |
| Octal | 306 | 104 | 145 | 0 | 102 | 61 | 26 | 531 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1100101 | 0 | 1000010 | 110001 | 10110 | 101011001 | 110101 | 110100 |
Color Harmonies of #C64465
Complementary color
Monochromatic Colors of #C64465
Black with #C64465
Text Example
Text Example
White with #C64465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64465; }
p { color: rgb(198,68,101); }
H1.HeaderClassName
{
color: #C64465;
}
.AnyTagClassName
{
color: #C64465;
}
</style>
background-color css
<style>
a { background-color: #C64465; }
a { background-color: rgb(198,68,101); }
div.DivClassName
{
background-color: #C64465;
}
.BgClassName
{
background-color: #C64465;
}
</style>
border-color css
<style>
span { border-color: #C64465; }
span { border-color: rgb(198,68,101); }
td.TdClassName
{
border-color: #C64465;
}
.TagClassName
{
border-color: #C64465;
}
</style>