Shades of Cabaret #C64969
Tints of Cabaret #C64969
RGB
CMYK
RGB Variations
Color information
#C64969 (or 0xC64969) is known color: Cabaret. HEX triplet: C6, 49 and 69. RGB value is (198,73,105). Sum of RGB (Red+Green+Blue) = 198+73+105=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64969 is #39B696. Grayscale: #727272. Windows color (decimal): -3782295 or 6900166. OLE color: 6900166.
HSL color Cylindrical-coordinate representation of color #C64969: hue angle of 344.64º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64969 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 105 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.22 |
| HSL | 344.64º | 0.52% | 0.53% | - |
| HSV(B) | 344.64º | 0.63% | 0.78% | - |
| XYZ | 28.22 | 17.79 | 15.31 | - |
| YUV | 114.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 105 | 0 | 0.63 | 0.47 | 0.22 | 344.64 | 0.52 | 0.53 |
| Hex | C6 | 49 | 69 | 0 | 3F | 2F | 16 | 159 | 34 | 35 |
| Octal | 306 | 111 | 151 | 0 | 77 | 57 | 26 | 531 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1101001 | 0 | 111111 | 101111 | 10110 | 101011001 | 110100 | 110101 |
Color Harmonies of #C64969
Complementary color
Monochromatic Colors of #C64969
Black with #C64969
Text Example
Text Example
White with #C64969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64969; }
p { color: rgb(198,73,105); }
H1.HeaderClassName
{
color: #C64969;
}
.AnyTagClassName
{
color: #C64969;
}
</style>
background-color css
<style>
a { background-color: #C64969; }
a { background-color: rgb(198,73,105); }
div.DivClassName
{
background-color: #C64969;
}
.BgClassName
{
background-color: #C64969;
}
</style>
border-color css
<style>
span { border-color: #C64969; }
span { border-color: rgb(198,73,105); }
td.TdClassName
{
border-color: #C64969;
}
.TagClassName
{
border-color: #C64969;
}
</style>