Shades of Cabaret #C1626A
Tints of Cabaret #C1626A
RGB
CMYK
RGB Variations
Color information
#C1626A (or 0xC1626A) is known color: Cabaret. HEX triplet: C1, 62 and 6A. RGB value is (193,98,106). Sum of RGB (Red+Green+Blue) = 193+98+106=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1626A is #3E9D95. Grayscale: #7F7F7F. Windows color (decimal): -4103574 or 6972097. OLE color: 6972097.
HSL color Cylindrical-coordinate representation of color #C1626A: hue angle of 354.95º 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 #C1626A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 106 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.24 |
| HSL | 354.95º | 0.43% | 0.57% | - |
| HSV(B) | 354.95º | 0.49% | 0.76% | - |
| XYZ | 28.96 | 21.11 | 16.18 | - |
| YUV | 127.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 106 | 0 | 0.49 | 0.45 | 0.24 | 354.95 | 0.43 | 0.57 |
| Hex | C1 | 62 | 6A | 0 | 31 | 2D | 18 | 163 | 2B | 39 |
| Octal | 301 | 142 | 152 | 0 | 61 | 55 | 30 | 543 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1101010 | 0 | 110001 | 101101 | 11000 | 101100011 | 101011 | 111001 |
Color Harmonies of #C1626A
Complementary color
Monochromatic Colors of #C1626A
Black with #C1626A
Text Example
Text Example
White with #C1626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1626A; }
p { color: rgb(193,98,106); }
H1.HeaderClassName
{
color: #C1626A;
}
.AnyTagClassName
{
color: #C1626A;
}
</style>
background-color css
<style>
a { background-color: #C1626A; }
a { background-color: rgb(193,98,106); }
div.DivClassName
{
background-color: #C1626A;
}
.BgClassName
{
background-color: #C1626A;
}
</style>
border-color css
<style>
span { border-color: #C1626A; }
span { border-color: rgb(193,98,106); }
td.TdClassName
{
border-color: #C1626A;
}
.TagClassName
{
border-color: #C1626A;
}
</style>