Shades of Cabaret #C7426A
Tints of Cabaret #C7426A
RGB
CMYK
RGB Variations
Color information
#C7426A (or 0xC7426A) is known color: Cabaret. HEX triplet: C7, 42 and 6A. RGB value is (199,66,106). Sum of RGB (Red+Green+Blue) = 199+66+106=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7426A is #38BD95. Grayscale: #6E6E6E. Windows color (decimal): -3718550 or 6963911. OLE color: 6963911.
HSL color Cylindrical-coordinate representation of color #C7426A: hue angle of 341.95º 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 #C7426A is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 106 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.22 |
| HSL | 341.95º | 0.54% | 0.52% | - |
| HSV(B) | 341.95º | 0.67% | 0.78% | - |
| XYZ | 28.1 | 17.08 | 15.45 | - |
| YUV | 110.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 106 | 0 | 0.67 | 0.47 | 0.22 | 341.95 | 0.54 | 0.52 |
| Hex | C7 | 42 | 6A | 0 | 43 | 2F | 16 | 156 | 36 | 34 |
| Octal | 307 | 102 | 152 | 0 | 103 | 57 | 26 | 526 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1101010 | 0 | 1000011 | 101111 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C7426A
Complementary color
Monochromatic Colors of #C7426A
Black with #C7426A
Text Example
Text Example
White with #C7426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7426A; }
p { color: rgb(199,66,106); }
H1.HeaderClassName
{
color: #C7426A;
}
.AnyTagClassName
{
color: #C7426A;
}
</style>
background-color css
<style>
a { background-color: #C7426A; }
a { background-color: rgb(199,66,106); }
div.DivClassName
{
background-color: #C7426A;
}
.BgClassName
{
background-color: #C7426A;
}
</style>
border-color css
<style>
span { border-color: #C7426A; }
span { border-color: rgb(199,66,106); }
td.TdClassName
{
border-color: #C7426A;
}
.TagClassName
{
border-color: #C7426A;
}
</style>