Shades of Cabaret #C64A68
Tints of Cabaret #C64A68
RGB
CMYK
RGB Variations
Color information
#C64A68 (or 0xC64A68) is known color: Cabaret. HEX triplet: C6, 4A and 68. RGB value is (198,74,104). Sum of RGB (Red+Green+Blue) = 198+74+104=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A68 is #39B597. Grayscale: #727272. Windows color (decimal): -3782040 or 6834886. OLE color: 6834886.
HSL color Cylindrical-coordinate representation of color #C64A68: hue angle of 345.48º 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 #C64A68 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 104 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.22 |
| HSL | 345.48º | 0.52% | 0.53% | - |
| HSV(B) | 345.48º | 0.63% | 0.78% | - |
| XYZ | 28.24 | 17.9 | 15.06 | - |
| YUV | 114.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 104 | 0 | 0.63 | 0.47 | 0.22 | 345.48 | 0.52 | 0.53 |
| Hex | C6 | 4A | 68 | 0 | 3F | 2F | 16 | 159 | 34 | 35 |
| Octal | 306 | 112 | 150 | 0 | 77 | 57 | 26 | 531 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1101000 | 0 | 111111 | 101111 | 10110 | 101011001 | 110100 | 110101 |
Color Harmonies of #C64A68
Complementary color
Monochromatic Colors of #C64A68
Black with #C64A68
Text Example
Text Example
White with #C64A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A68; }
p { color: rgb(198,74,104); }
H1.HeaderClassName
{
color: #C64A68;
}
.AnyTagClassName
{
color: #C64A68;
}
</style>
background-color css
<style>
a { background-color: #C64A68; }
a { background-color: rgb(198,74,104); }
div.DivClassName
{
background-color: #C64A68;
}
.BgClassName
{
background-color: #C64A68;
}
</style>
border-color css
<style>
span { border-color: #C64A68; }
span { border-color: rgb(198,74,104); }
td.TdClassName
{
border-color: #C64A68;
}
.TagClassName
{
border-color: #C64A68;
}
</style>