Shades of Cabaret #C74666
Tints of Cabaret #C74666
RGB
CMYK
RGB Variations
Color information
#C74666 (or 0xC74666) is known color: Cabaret. HEX triplet: C7, 46 and 66. RGB value is (199,70,102). Sum of RGB (Red+Green+Blue) = 199+70+102=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C74666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74666 is #38B999. Grayscale: #707070. Windows color (decimal): -3717530 or 6702791. OLE color: 6702791.
HSL color Cylindrical-coordinate representation of color #C74666: hue angle of 345.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74666 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 102 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.22 |
| HSL | 345.12º | 0.54% | 0.53% | - |
| HSV(B) | 345.12º | 0.65% | 0.78% | - |
| XYZ | 28.14 | 17.48 | 14.46 | - |
| YUV | 112.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 102 | 0 | 0.65 | 0.49 | 0.22 | 345.12 | 0.54 | 0.53 |
| Hex | C7 | 46 | 66 | 0 | 41 | 31 | 16 | 159 | 36 | 35 |
| Octal | 307 | 106 | 146 | 0 | 101 | 61 | 26 | 531 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1100110 | 0 | 1000001 | 110001 | 10110 | 101011001 | 110110 | 110101 |
Color Harmonies of #C74666
Complementary color
Monochromatic Colors of #C74666
Black with #C74666
Text Example
Text Example
White with #C74666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74666; }
p { color: rgb(199,70,102); }
H1.HeaderClassName
{
color: #C74666;
}
.AnyTagClassName
{
color: #C74666;
}
</style>
background-color css
<style>
a { background-color: #C74666; }
a { background-color: rgb(199,70,102); }
div.DivClassName
{
background-color: #C74666;
}
.BgClassName
{
background-color: #C74666;
}
</style>
border-color css
<style>
span { border-color: #C74666; }
span { border-color: rgb(199,70,102); }
td.TdClassName
{
border-color: #C74666;
}
.TagClassName
{
border-color: #C74666;
}
</style>