Shades of Cabaret #C74D6B
Tints of Cabaret #C74D6B
RGB
CMYK
RGB Variations
Color information
#C74D6B (or 0xC74D6B) is known color: Cabaret. HEX triplet: C7, 4D and 6B. RGB value is (199,77,107). Sum of RGB (Red+Green+Blue) = 199+77+107=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D6B is #38B294. Grayscale: #747474. Windows color (decimal): -3715733 or 7032263. OLE color: 7032263.
HSL color Cylindrical-coordinate representation of color #C74D6B: hue angle of 345.25º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D6B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 107 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.22 |
| HSL | 345.25º | 0.52% | 0.54% | - |
| HSV(B) | 345.25º | 0.61% | 0.78% | - |
| XYZ | 28.86 | 18.51 | 15.96 | - |
| YUV | 116.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 107 | 0 | 0.61 | 0.46 | 0.22 | 345.25 | 0.52 | 0.54 |
| Hex | C7 | 4D | 6B | 0 | 3D | 2E | 16 | 159 | 34 | 36 |
| Octal | 307 | 115 | 153 | 0 | 75 | 56 | 26 | 531 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1101011 | 0 | 111101 | 101110 | 10110 | 101011001 | 110100 | 110110 |
Color Harmonies of #C74D6B
Complementary color
Monochromatic Colors of #C74D6B
Black with #C74D6B
Text Example
Text Example
White with #C74D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D6B; }
p { color: rgb(199,77,107); }
H1.HeaderClassName
{
color: #C74D6B;
}
.AnyTagClassName
{
color: #C74D6B;
}
</style>
background-color css
<style>
a { background-color: #C74D6B; }
a { background-color: rgb(199,77,107); }
div.DivClassName
{
background-color: #C74D6B;
}
.BgClassName
{
background-color: #C74D6B;
}
</style>
border-color css
<style>
span { border-color: #C74D6B; }
span { border-color: rgb(199,77,107); }
td.TdClassName
{
border-color: #C74D6B;
}
.TagClassName
{
border-color: #C74D6B;
}
</style>