Shades of Cabaret #C74A64
Tints of Cabaret #C74A64
RGB
CMYK
RGB Variations
Color information
#C74A64 (or 0xC74A64) is known color: Cabaret. HEX triplet: C7, 4A and 64. RGB value is (199,74,100). Sum of RGB (Red+Green+Blue) = 199+74+100=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A64 is #38B59B. Grayscale: #727272. Windows color (decimal): -3716508 or 6572743. OLE color: 6572743.
HSL color Cylindrical-coordinate representation of color #C74A64: hue angle of 347.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A64 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 100 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.22 |
| HSL | 347.52º | 0.53% | 0.54% | - |
| HSV(B) | 347.52º | 0.63% | 0.78% | - |
| XYZ | 28.3 | 17.96 | 14.03 | - |
| YUV | 114.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 100 | 0 | 0.63 | 0.50 | 0.22 | 347.52 | 0.53 | 0.54 |
| Hex | C7 | 4A | 64 | 0 | 3F | 32 | 16 | 15C | 35 | 36 |
| Octal | 307 | 112 | 144 | 0 | 77 | 62 | 26 | 534 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1100100 | 0 | 111111 | 110010 | 10110 | 101011100 | 110101 | 110110 |
Color Harmonies of #C74A64
Complementary color
Monochromatic Colors of #C74A64
Black with #C74A64
Text Example
Text Example
White with #C74A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A64; }
p { color: rgb(199,74,100); }
H1.HeaderClassName
{
color: #C74A64;
}
.AnyTagClassName
{
color: #C74A64;
}
</style>
background-color css
<style>
a { background-color: #C74A64; }
a { background-color: rgb(199,74,100); }
div.DivClassName
{
background-color: #C74A64;
}
.BgClassName
{
background-color: #C74A64;
}
</style>
border-color css
<style>
span { border-color: #C74A64; }
span { border-color: rgb(199,74,100); }
td.TdClassName
{
border-color: #C74A64;
}
.TagClassName
{
border-color: #C74A64;
}
</style>