Shades of Cabaret #C74068
Tints of Cabaret #C74068
RGB
CMYK
RGB Variations
Color information
#C74068 (or 0xC74068) is known color: Cabaret. HEX triplet: C7, 40 and 68. RGB value is (199,64,104). Sum of RGB (Red+Green+Blue) = 199+64+104=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C74068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74068 is #38BF97. Grayscale: #6C6C6C. Windows color (decimal): -3719064 or 6832327. OLE color: 6832327.
HSL color Cylindrical-coordinate representation of color #C74068: hue angle of 342.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74068 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 104 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.22 |
| HSL | 342.22º | 0.55% | 0.52% | - |
| HSV(B) | 342.22º | 0.68% | 0.78% | - |
| XYZ | 27.89 | 16.81 | 14.87 | - |
| YUV | 108.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 104 | 0 | 0.68 | 0.48 | 0.22 | 342.22 | 0.55 | 0.52 |
| Hex | C7 | 40 | 68 | 0 | 44 | 30 | 16 | 156 | 37 | 34 |
| Octal | 307 | 100 | 150 | 0 | 104 | 60 | 26 | 526 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1101000 | 0 | 1000100 | 110000 | 10110 | 101010110 | 110111 | 110100 |
Color Harmonies of #C74068
Complementary color
Monochromatic Colors of #C74068
Black with #C74068
Text Example
Text Example
White with #C74068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74068; }
p { color: rgb(199,64,104); }
H1.HeaderClassName
{
color: #C74068;
}
.AnyTagClassName
{
color: #C74068;
}
</style>
background-color css
<style>
a { background-color: #C74068; }
a { background-color: rgb(199,64,104); }
div.DivClassName
{
background-color: #C74068;
}
.BgClassName
{
background-color: #C74068;
}
</style>
border-color css
<style>
span { border-color: #C74068; }
span { border-color: rgb(199,64,104); }
td.TdClassName
{
border-color: #C74068;
}
.TagClassName
{
border-color: #C74068;
}
</style>