Shades of Cabaret #C64F64
Tints of Cabaret #C64F64
RGB
CMYK
RGB Variations
Color information
#C64F64 (or 0xC64F64) is known color: Cabaret. HEX triplet: C6, 4F and 64. RGB value is (198,79,100). Sum of RGB (Red+Green+Blue) = 198+79+100=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F64 is #39B09B. Grayscale: #757575. Windows color (decimal): -3780764 or 6574022. OLE color: 6574022.
HSL color Cylindrical-coordinate representation of color #C64F64: hue angle of 349.41º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F64 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 100 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.22 |
| HSL | 349.41º | 0.51% | 0.54% | - |
| HSV(B) | 349.41º | 0.6% | 0.78% | - |
| XYZ | 28.38 | 18.52 | 14.13 | - |
| YUV | 116.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 100 | 0 | 0.60 | 0.49 | 0.22 | 349.41 | 0.51 | 0.54 |
| Hex | C6 | 4F | 64 | 0 | 3C | 31 | 16 | 15D | 33 | 36 |
| Octal | 306 | 117 | 144 | 0 | 74 | 61 | 26 | 535 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1100100 | 0 | 111100 | 110001 | 10110 | 101011101 | 110011 | 110110 |
Color Harmonies of #C64F64
Complementary color
Monochromatic Colors of #C64F64
Black with #C64F64
Text Example
Text Example
White with #C64F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F64; }
p { color: rgb(198,79,100); }
H1.HeaderClassName
{
color: #C64F64;
}
.AnyTagClassName
{
color: #C64F64;
}
</style>
background-color css
<style>
a { background-color: #C64F64; }
a { background-color: rgb(198,79,100); }
div.DivClassName
{
background-color: #C64F64;
}
.BgClassName
{
background-color: #C64F64;
}
</style>
border-color css
<style>
span { border-color: #C64F64; }
span { border-color: rgb(198,79,100); }
td.TdClassName
{
border-color: #C64F64;
}
.TagClassName
{
border-color: #C64F64;
}
</style>