Shades of Cabaret #C74A62
Tints of Cabaret #C74A62
RGB
CMYK
RGB Variations
Color information
#C74A62 (or 0xC74A62) is known color: Cabaret. HEX triplet: C7, 4A and 62. RGB value is (199,74,98). Sum of RGB (Red+Green+Blue) = 199+74+98=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A62 is #38B59D. Grayscale: #727272. Windows color (decimal): -3716510 or 6441671. OLE color: 6441671.
HSL color Cylindrical-coordinate representation of color #C74A62: hue angle of 348.48º 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 #C74A62 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 98 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.22 |
| HSL | 348.48º | 0.53% | 0.54% | - |
| HSV(B) | 348.48º | 0.63% | 0.78% | - |
| XYZ | 28.21 | 17.92 | 13.53 | - |
| YUV | 114.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 98 | 0 | 0.63 | 0.51 | 0.22 | 348.48 | 0.53 | 0.54 |
| Hex | C7 | 4A | 62 | 0 | 3F | 33 | 16 | 15C | 35 | 36 |
| Octal | 307 | 112 | 142 | 0 | 77 | 63 | 26 | 534 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1100010 | 0 | 111111 | 110011 | 10110 | 101011100 | 110101 | 110110 |
Color Harmonies of #C74A62
Complementary color
Monochromatic Colors of #C74A62
Black with #C74A62
Text Example
Text Example
White with #C74A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A62; }
p { color: rgb(199,74,98); }
H1.HeaderClassName
{
color: #C74A62;
}
.AnyTagClassName
{
color: #C74A62;
}
</style>
background-color css
<style>
a { background-color: #C74A62; }
a { background-color: rgb(199,74,98); }
div.DivClassName
{
background-color: #C74A62;
}
.BgClassName
{
background-color: #C74A62;
}
</style>
border-color css
<style>
span { border-color: #C74A62; }
span { border-color: rgb(199,74,98); }
td.TdClassName
{
border-color: #C74A62;
}
.TagClassName
{
border-color: #C74A62;
}
</style>