Shades of Cabaret #C74B66
Tints of Cabaret #C74B66
RGB
CMYK
RGB Variations
Color information
#C74B66 (or 0xC74B66) is known color: Cabaret. HEX triplet: C7, 4B and 66. RGB value is (199,75,102). Sum of RGB (Red+Green+Blue) = 199+75+102=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B66 is #38B499. Grayscale: #737373. Windows color (decimal): -3716250 or 6704071. OLE color: 6704071.
HSL color Cylindrical-coordinate representation of color #C74B66: hue angle of 346.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B66 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 102 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.22 |
| HSL | 346.94º | 0.53% | 0.54% | - |
| HSV(B) | 346.94º | 0.62% | 0.78% | - |
| XYZ | 28.47 | 18.13 | 14.57 | - |
| YUV | 115.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 102 | 0 | 0.62 | 0.49 | 0.22 | 346.94 | 0.53 | 0.54 |
| Hex | C7 | 4B | 66 | 0 | 3E | 31 | 16 | 15B | 35 | 36 |
| Octal | 307 | 113 | 146 | 0 | 76 | 61 | 26 | 533 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1100110 | 0 | 111110 | 110001 | 10110 | 101011011 | 110101 | 110110 |
Color Harmonies of #C74B66
Complementary color
Monochromatic Colors of #C74B66
Black with #C74B66
Text Example
Text Example
White with #C74B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B66; }
p { color: rgb(199,75,102); }
H1.HeaderClassName
{
color: #C74B66;
}
.AnyTagClassName
{
color: #C74B66;
}
</style>
background-color css
<style>
a { background-color: #C74B66; }
a { background-color: rgb(199,75,102); }
div.DivClassName
{
background-color: #C74B66;
}
.BgClassName
{
background-color: #C74B66;
}
</style>
border-color css
<style>
span { border-color: #C74B66; }
span { border-color: rgb(199,75,102); }
td.TdClassName
{
border-color: #C74B66;
}
.TagClassName
{
border-color: #C74B66;
}
</style>