Shades of Cabaret #C64468
Tints of Cabaret #C64468
RGB
CMYK
RGB Variations
Color information
#C64468 (or 0xC64468) is known color: Cabaret. HEX triplet: C6, 44 and 68. RGB value is (198,68,104). Sum of RGB (Red+Green+Blue) = 198+68+104=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C64468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64468 is #39BB97. Grayscale: #6E6E6E. Windows color (decimal): -3783576 or 6833350. OLE color: 6833350.
HSL color Cylindrical-coordinate representation of color #C64468: hue angle of 343.38º 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 #C64468 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 104 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.22 |
| HSL | 343.38º | 0.53% | 0.52% | - |
| HSV(B) | 343.38º | 0.66% | 0.78% | - |
| XYZ | 27.85 | 17.14 | 14.94 | - |
| YUV | 110.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 104 | 0 | 0.66 | 0.47 | 0.22 | 343.38 | 0.53 | 0.52 |
| Hex | C6 | 44 | 68 | 0 | 42 | 2F | 16 | 157 | 35 | 34 |
| Octal | 306 | 104 | 150 | 0 | 102 | 57 | 26 | 527 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1101000 | 0 | 1000010 | 101111 | 10110 | 101010111 | 110101 | 110100 |
Color Harmonies of #C64468
Complementary color
Monochromatic Colors of #C64468
Black with #C64468
Text Example
Text Example
White with #C64468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64468; }
p { color: rgb(198,68,104); }
H1.HeaderClassName
{
color: #C64468;
}
.AnyTagClassName
{
color: #C64468;
}
</style>
background-color css
<style>
a { background-color: #C64468; }
a { background-color: rgb(198,68,104); }
div.DivClassName
{
background-color: #C64468;
}
.BgClassName
{
background-color: #C64468;
}
</style>
border-color css
<style>
span { border-color: #C64468; }
span { border-color: rgb(198,68,104); }
td.TdClassName
{
border-color: #C64468;
}
.TagClassName
{
border-color: #C64468;
}
</style>