Shades of Cabaret #C74D69
Tints of Cabaret #C74D69
RGB
CMYK
RGB Variations
Color information
#C74D69 (or 0xC74D69) is known color: Cabaret. HEX triplet: C7, 4D and 69. RGB value is (199,77,105). Sum of RGB (Red+Green+Blue) = 199+77+105=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D69 is #38B296. Grayscale: #747474. Windows color (decimal): -3715735 or 6901191. OLE color: 6901191.
HSL color Cylindrical-coordinate representation of color #C74D69: hue angle of 346.23º 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 #C74D69 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 105 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.22 |
| HSL | 346.23º | 0.52% | 0.54% | - |
| HSV(B) | 346.23º | 0.61% | 0.78% | - |
| XYZ | 28.76 | 18.47 | 15.41 | - |
| YUV | 116.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 105 | 0 | 0.61 | 0.47 | 0.22 | 346.23 | 0.52 | 0.54 |
| Hex | C7 | 4D | 69 | 0 | 3D | 2F | 16 | 15A | 34 | 36 |
| Octal | 307 | 115 | 151 | 0 | 75 | 57 | 26 | 532 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1101001 | 0 | 111101 | 101111 | 10110 | 101011010 | 110100 | 110110 |
Color Harmonies of #C74D69
Complementary color
Monochromatic Colors of #C74D69
Black with #C74D69
Text Example
Text Example
White with #C74D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D69; }
p { color: rgb(199,77,105); }
H1.HeaderClassName
{
color: #C74D69;
}
.AnyTagClassName
{
color: #C74D69;
}
</style>
background-color css
<style>
a { background-color: #C74D69; }
a { background-color: rgb(199,77,105); }
div.DivClassName
{
background-color: #C74D69;
}
.BgClassName
{
background-color: #C74D69;
}
</style>
border-color css
<style>
span { border-color: #C74D69; }
span { border-color: rgb(199,77,105); }
td.TdClassName
{
border-color: #C74D69;
}
.TagClassName
{
border-color: #C74D69;
}
</style>