Shades of Cabaret #C64064
Tints of Cabaret #C64064
RGB
CMYK
RGB Variations
Color information
#C64064 (or 0xC64064) is known color: Cabaret. HEX triplet: C6, 40 and 64. RGB value is (198,64,100). Sum of RGB (Red+Green+Blue) = 198+64+100=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64064 is #39BF9B. Grayscale: #6C6C6C. Windows color (decimal): -3784604 or 6570182. OLE color: 6570182.
HSL color Cylindrical-coordinate representation of color #C64064: hue angle of 343.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64064 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 100 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.22 |
| HSL | 343.88º | 0.54% | 0.51% | - |
| HSV(B) | 343.88º | 0.68% | 0.78% | - |
| XYZ | 27.42 | 16.59 | 13.81 | - |
| YUV | 108.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 100 | 0 | 0.68 | 0.49 | 0.22 | 343.88 | 0.54 | 0.51 |
| Hex | C6 | 40 | 64 | 0 | 44 | 31 | 16 | 158 | 36 | 33 |
| Octal | 306 | 100 | 144 | 0 | 104 | 61 | 26 | 530 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1100100 | 0 | 1000100 | 110001 | 10110 | 101011000 | 110110 | 110011 |
Color Harmonies of #C64064
Complementary color
Monochromatic Colors of #C64064
Black with #C64064
Text Example
Text Example
White with #C64064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64064; }
p { color: rgb(198,64,100); }
H1.HeaderClassName
{
color: #C64064;
}
.AnyTagClassName
{
color: #C64064;
}
</style>
background-color css
<style>
a { background-color: #C64064; }
a { background-color: rgb(198,64,100); }
div.DivClassName
{
background-color: #C64064;
}
.BgClassName
{
background-color: #C64064;
}
</style>
border-color css
<style>
span { border-color: #C64064; }
span { border-color: rgb(198,64,100); }
td.TdClassName
{
border-color: #C64064;
}
.TagClassName
{
border-color: #C64064;
}
</style>