Shades of Cabaret #C1636C
Tints of Cabaret #C1636C
RGB
CMYK
RGB Variations
Color information
#C1636C (or 0xC1636C) is known color: Cabaret. HEX triplet: C1, 63 and 6C. RGB value is (193,99,108). Sum of RGB (Red+Green+Blue) = 193+99+108=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1636C is #3E9C93. Grayscale: #808080. Windows color (decimal): -4103316 or 7103425. OLE color: 7103425.
HSL color Cylindrical-coordinate representation of color #C1636C: hue angle of 354.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1636C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 108 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.24 |
| HSL | 354.26º | 0.43% | 0.57% | - |
| HSV(B) | 354.26º | 0.49% | 0.76% | - |
| XYZ | 29.16 | 21.34 | 16.77 | - |
| YUV | 128.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 108 | 0 | 0.49 | 0.44 | 0.24 | 354.26 | 0.43 | 0.57 |
| Hex | C1 | 63 | 6C | 0 | 31 | 2C | 18 | 162 | 2B | 39 |
| Octal | 301 | 143 | 154 | 0 | 61 | 54 | 30 | 542 | 53 | 71 |
| Binary | 11000001 | 1100011 | 1101100 | 0 | 110001 | 101100 | 11000 | 101100010 | 101011 | 111001 |
Color Harmonies of #C1636C
Complementary color
Monochromatic Colors of #C1636C
Black with #C1636C
Text Example
Text Example
White with #C1636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1636C; }
p { color: rgb(193,99,108); }
H1.HeaderClassName
{
color: #C1636C;
}
.AnyTagClassName
{
color: #C1636C;
}
</style>
background-color css
<style>
a { background-color: #C1636C; }
a { background-color: rgb(193,99,108); }
div.DivClassName
{
background-color: #C1636C;
}
.BgClassName
{
background-color: #C1636C;
}
</style>
border-color css
<style>
span { border-color: #C1636C; }
span { border-color: rgb(193,99,108); }
td.TdClassName
{
border-color: #C1636C;
}
.TagClassName
{
border-color: #C1636C;
}
</style>