Shades of Cabaret #C6426B
Tints of Cabaret #C6426B
RGB
CMYK
RGB Variations
Color information
#C6426B (or 0xC6426B) is known color: Cabaret. HEX triplet: C6, 42 and 6B. RGB value is (198,66,107). Sum of RGB (Red+Green+Blue) = 198+66+107=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426B is #39BD94. Grayscale: #6E6E6E. Windows color (decimal): -3784085 or 7029446. OLE color: 7029446.
HSL color Cylindrical-coordinate representation of color #C6426B: hue angle of 341.36º 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 #C6426B is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 107 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.22 |
| HSL | 341.36º | 0.54% | 0.52% | - |
| HSV(B) | 341.36º | 0.67% | 0.78% | - |
| XYZ | 27.89 | 16.96 | 15.71 | - |
| YUV | 110.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 107 | 0 | 0.67 | 0.46 | 0.22 | 341.36 | 0.54 | 0.52 |
| Hex | C6 | 42 | 6B | 0 | 43 | 2E | 16 | 155 | 36 | 34 |
| Octal | 306 | 102 | 153 | 0 | 103 | 56 | 26 | 525 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1101011 | 0 | 1000011 | 101110 | 10110 | 101010101 | 110110 | 110100 |
Color Harmonies of #C6426B
Complementary color
Monochromatic Colors of #C6426B
Black with #C6426B
Text Example
Text Example
White with #C6426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6426B; }
p { color: rgb(198,66,107); }
H1.HeaderClassName
{
color: #C6426B;
}
.AnyTagClassName
{
color: #C6426B;
}
</style>
background-color css
<style>
a { background-color: #C6426B; }
a { background-color: rgb(198,66,107); }
div.DivClassName
{
background-color: #C6426B;
}
.BgClassName
{
background-color: #C6426B;
}
</style>
border-color css
<style>
span { border-color: #C6426B; }
span { border-color: rgb(198,66,107); }
td.TdClassName
{
border-color: #C6426B;
}
.TagClassName
{
border-color: #C6426B;
}
</style>