Shades of Cabaret #C6636B
Tints of Cabaret #C6636B
RGB
CMYK
RGB Variations
Color information
#C6636B (or 0xC6636B) is known color: Cabaret. HEX triplet: C6, 63 and 6B. RGB value is (198,99,107). Sum of RGB (Red+Green+Blue) = 198+99+107=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6636B is #399C94. Grayscale: #818181. Windows color (decimal): -3775637 or 7037894. OLE color: 7037894.
HSL color Cylindrical-coordinate representation of color #C6636B: hue angle of 355.15º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6636B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 107 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.22 |
| HSL | 355.15º | 0.46% | 0.58% | - |
| HSV(B) | 355.15º | 0.5% | 0.78% | - |
| XYZ | 30.4 | 21.99 | 16.55 | - |
| YUV | 129.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 107 | 0 | 0.50 | 0.46 | 0.22 | 355.15 | 0.46 | 0.58 |
| Hex | C6 | 63 | 6B | 0 | 32 | 2E | 16 | 163 | 2E | 3A |
| Octal | 306 | 143 | 153 | 0 | 62 | 56 | 26 | 543 | 56 | 72 |
| Binary | 11000110 | 1100011 | 1101011 | 0 | 110010 | 101110 | 10110 | 101100011 | 101110 | 111010 |
Color Harmonies of #C6636B
Complementary color
Monochromatic Colors of #C6636B
Black with #C6636B
Text Example
Text Example
White with #C6636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6636B; }
p { color: rgb(198,99,107); }
H1.HeaderClassName
{
color: #C6636B;
}
.AnyTagClassName
{
color: #C6636B;
}
</style>
background-color css
<style>
a { background-color: #C6636B; }
a { background-color: rgb(198,99,107); }
div.DivClassName
{
background-color: #C6636B;
}
.BgClassName
{
background-color: #C6636B;
}
</style>
border-color css
<style>
span { border-color: #C6636B; }
span { border-color: rgb(198,99,107); }
td.TdClassName
{
border-color: #C6636B;
}
.TagClassName
{
border-color: #C6636B;
}
</style>