Shades of Cabaret #C74368
Tints of Cabaret #C74368
RGB
CMYK
RGB Variations
Color information
#C74368 (or 0xC74368) is known color: Cabaret. HEX triplet: C7, 43 and 68. RGB value is (199,67,104). Sum of RGB (Red+Green+Blue) = 199+67+104=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C74368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74368 is #38BC97. Grayscale: #6E6E6E. Windows color (decimal): -3718296 or 6833095. OLE color: 6833095.
HSL color Cylindrical-coordinate representation of color #C74368: hue angle of 343.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74368 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 104 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.22 |
| HSL | 343.18º | 0.54% | 0.52% | - |
| HSV(B) | 343.18º | 0.66% | 0.78% | - |
| XYZ | 28.06 | 17.16 | 14.93 | - |
| YUV | 110.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 104 | 0 | 0.66 | 0.48 | 0.22 | 343.18 | 0.54 | 0.52 |
| Hex | C7 | 43 | 68 | 0 | 42 | 30 | 16 | 157 | 36 | 34 |
| Octal | 307 | 103 | 150 | 0 | 102 | 60 | 26 | 527 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1101000 | 0 | 1000010 | 110000 | 10110 | 101010111 | 110110 | 110100 |
Color Harmonies of #C74368
Complementary color
Monochromatic Colors of #C74368
Black with #C74368
Text Example
Text Example
White with #C74368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74368; }
p { color: rgb(199,67,104); }
H1.HeaderClassName
{
color: #C74368;
}
.AnyTagClassName
{
color: #C74368;
}
</style>
background-color css
<style>
a { background-color: #C74368; }
a { background-color: rgb(199,67,104); }
div.DivClassName
{
background-color: #C74368;
}
.BgClassName
{
background-color: #C74368;
}
</style>
border-color css
<style>
span { border-color: #C74368; }
span { border-color: rgb(199,67,104); }
td.TdClassName
{
border-color: #C74368;
}
.TagClassName
{
border-color: #C74368;
}
</style>