Shades of Cabaret #C6636F
Tints of Cabaret #C6636F
RGB
CMYK
RGB Variations
Color information
#C6636F (or 0xC6636F) is known color: Cabaret. HEX triplet: C6, 63 and 6F. RGB value is (198,99,111). Sum of RGB (Red+Green+Blue) = 198+99+111=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6636F is #399C90. Grayscale: #828282. Windows color (decimal): -3775633 or 7300038. OLE color: 7300038.
HSL color Cylindrical-coordinate representation of color #C6636F: hue angle of 352.73º 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 #C6636F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 111 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.22 |
| HSL | 352.73º | 0.46% | 0.58% | - |
| HSV(B) | 352.73º | 0.5% | 0.78% | - |
| XYZ | 30.62 | 22.08 | 17.69 | - |
| YUV | 129.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 111 | 0 | 0.50 | 0.44 | 0.22 | 352.73 | 0.46 | 0.58 |
| Hex | C6 | 63 | 6F | 0 | 32 | 2C | 16 | 161 | 2E | 3A |
| Octal | 306 | 143 | 157 | 0 | 62 | 54 | 26 | 541 | 56 | 72 |
| Binary | 11000110 | 1100011 | 1101111 | 0 | 110010 | 101100 | 10110 | 101100001 | 101110 | 111010 |
Color Harmonies of #C6636F
Complementary color
Monochromatic Colors of #C6636F
Black with #C6636F
Text Example
Text Example
White with #C6636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6636F; }
p { color: rgb(198,99,111); }
H1.HeaderClassName
{
color: #C6636F;
}
.AnyTagClassName
{
color: #C6636F;
}
</style>
background-color css
<style>
a { background-color: #C6636F; }
a { background-color: rgb(198,99,111); }
div.DivClassName
{
background-color: #C6636F;
}
.BgClassName
{
background-color: #C6636F;
}
</style>
border-color css
<style>
span { border-color: #C6636F; }
span { border-color: rgb(198,99,111); }
td.TdClassName
{
border-color: #C6636F;
}
.TagClassName
{
border-color: #C6636F;
}
</style>