Shades of Cabaret #C64168
Tints of Cabaret #C64168
RGB
CMYK
RGB Variations
Color information
#C64168 (or 0xC64168) is known color: Cabaret. HEX triplet: C6, 41 and 68. RGB value is (198,65,104). Sum of RGB (Red+Green+Blue) = 198+65+104=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64168 is #39BE97. Grayscale: #6D6D6D. Windows color (decimal): -3784344 or 6832582. OLE color: 6832582.
HSL color Cylindrical-coordinate representation of color #C64168: hue angle of 342.41º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64168 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 104 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.22 |
| HSL | 342.41º | 0.54% | 0.52% | - |
| HSV(B) | 342.41º | 0.67% | 0.78% | - |
| XYZ | 27.68 | 16.79 | 14.88 | - |
| YUV | 109.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 104 | 0 | 0.67 | 0.47 | 0.22 | 342.41 | 0.54 | 0.52 |
| Hex | C6 | 41 | 68 | 0 | 43 | 2F | 16 | 156 | 36 | 34 |
| Octal | 306 | 101 | 150 | 0 | 103 | 57 | 26 | 526 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1101000 | 0 | 1000011 | 101111 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C64168
Complementary color
Monochromatic Colors of #C64168
Black with #C64168
Text Example
Text Example
White with #C64168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64168; }
p { color: rgb(198,65,104); }
H1.HeaderClassName
{
color: #C64168;
}
.AnyTagClassName
{
color: #C64168;
}
</style>
background-color css
<style>
a { background-color: #C64168; }
a { background-color: rgb(198,65,104); }
div.DivClassName
{
background-color: #C64168;
}
.BgClassName
{
background-color: #C64168;
}
</style>
border-color css
<style>
span { border-color: #C64168; }
span { border-color: rgb(198,65,104); }
td.TdClassName
{
border-color: #C64168;
}
.TagClassName
{
border-color: #C64168;
}
</style>