Shades of Cabaret #C6426A
Tints of Cabaret #C6426A
RGB
CMYK
RGB Variations
Color information
#C6426A (or 0xC6426A) is known color: Cabaret. HEX triplet: C6, 42 and 6A. RGB value is (198,66,106). Sum of RGB (Red+Green+Blue) = 198+66+106=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426A is #39BD95. Grayscale: #6E6E6E. Windows color (decimal): -3784086 or 6963910. OLE color: 6963910.
HSL color Cylindrical-coordinate representation of color #C6426A: hue angle of 341.82º 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 #C6426A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 106 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.22 |
| HSL | 341.82º | 0.54% | 0.52% | - |
| HSV(B) | 341.82º | 0.67% | 0.78% | - |
| XYZ | 27.84 | 16.94 | 15.44 | - |
| YUV | 110.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 106 | 0 | 0.67 | 0.46 | 0.22 | 341.82 | 0.54 | 0.52 |
| Hex | C6 | 42 | 6A | 0 | 43 | 2E | 16 | 156 | 36 | 34 |
| Octal | 306 | 102 | 152 | 0 | 103 | 56 | 26 | 526 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1101010 | 0 | 1000011 | 101110 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C6426A
Complementary color
Monochromatic Colors of #C6426A
Black with #C6426A
Text Example
Text Example
White with #C6426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6426A; }
p { color: rgb(198,66,106); }
H1.HeaderClassName
{
color: #C6426A;
}
.AnyTagClassName
{
color: #C6426A;
}
</style>
background-color css
<style>
a { background-color: #C6426A; }
a { background-color: rgb(198,66,106); }
div.DivClassName
{
background-color: #C6426A;
}
.BgClassName
{
background-color: #C6426A;
}
</style>
border-color css
<style>
span { border-color: #C6426A; }
span { border-color: rgb(198,66,106); }
td.TdClassName
{
border-color: #C6426A;
}
.TagClassName
{
border-color: #C6426A;
}
</style>