Shades of Cabaret #C74264
Tints of Cabaret #C74264
RGB
CMYK
RGB Variations
Color information
#C74264 (or 0xC74264) is known color: Cabaret. HEX triplet: C7, 42 and 64. RGB value is (199,66,100). Sum of RGB (Red+Green+Blue) = 199+66+100=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C74264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74264 is #38BD9B. Grayscale: #6D6D6D. Windows color (decimal): -3718556 or 6570695. OLE color: 6570695.
HSL color Cylindrical-coordinate representation of color #C74264: hue angle of 344.66º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74264 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 100 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.22 |
| HSL | 344.66º | 0.54% | 0.52% | - |
| HSV(B) | 344.66º | 0.67% | 0.78% | - |
| XYZ | 27.8 | 16.96 | 13.86 | - |
| YUV | 109.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 100 | 0 | 0.67 | 0.50 | 0.22 | 344.66 | 0.54 | 0.52 |
| Hex | C7 | 42 | 64 | 0 | 43 | 32 | 16 | 159 | 36 | 34 |
| Octal | 307 | 102 | 144 | 0 | 103 | 62 | 26 | 531 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1100100 | 0 | 1000011 | 110010 | 10110 | 101011001 | 110110 | 110100 |
Color Harmonies of #C74264
Complementary color
Monochromatic Colors of #C74264
Black with #C74264
Text Example
Text Example
White with #C74264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74264; }
p { color: rgb(199,66,100); }
H1.HeaderClassName
{
color: #C74264;
}
.AnyTagClassName
{
color: #C74264;
}
</style>
background-color css
<style>
a { background-color: #C74264; }
a { background-color: rgb(199,66,100); }
div.DivClassName
{
background-color: #C74264;
}
.BgClassName
{
background-color: #C74264;
}
</style>
border-color css
<style>
span { border-color: #C74264; }
span { border-color: rgb(199,66,100); }
td.TdClassName
{
border-color: #C74264;
}
.TagClassName
{
border-color: #C74264;
}
</style>