Shades of Cabaret #C1626C
Tints of Cabaret #C1626C
RGB
CMYK
RGB Variations
Color information
#C1626C (or 0xC1626C) is known color: Cabaret. HEX triplet: C1, 62 and 6C. RGB value is (193,98,108). Sum of RGB (Red+Green+Blue) = 193+98+108=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1626C is #3E9D93. Grayscale: #7F7F7F. Windows color (decimal): -4103572 or 7103169. OLE color: 7103169.
HSL color Cylindrical-coordinate representation of color #C1626C: hue angle of 353.68º 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 #C1626C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 108 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.24 |
| HSL | 353.68º | 0.43% | 0.57% | - |
| HSV(B) | 353.68º | 0.49% | 0.76% | - |
| XYZ | 29.07 | 21.16 | 16.74 | - |
| YUV | 127.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 108 | 0 | 0.49 | 0.44 | 0.24 | 353.68 | 0.43 | 0.57 |
| Hex | C1 | 62 | 6C | 0 | 31 | 2C | 18 | 162 | 2B | 39 |
| Octal | 301 | 142 | 154 | 0 | 61 | 54 | 30 | 542 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1101100 | 0 | 110001 | 101100 | 11000 | 101100010 | 101011 | 111001 |
Color Harmonies of #C1626C
Complementary color
Monochromatic Colors of #C1626C
Black with #C1626C
Text Example
Text Example
White with #C1626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1626C; }
p { color: rgb(193,98,108); }
H1.HeaderClassName
{
color: #C1626C;
}
.AnyTagClassName
{
color: #C1626C;
}
</style>
background-color css
<style>
a { background-color: #C1626C; }
a { background-color: rgb(193,98,108); }
div.DivClassName
{
background-color: #C1626C;
}
.BgClassName
{
background-color: #C1626C;
}
</style>
border-color css
<style>
span { border-color: #C1626C; }
span { border-color: rgb(193,98,108); }
td.TdClassName
{
border-color: #C1626C;
}
.TagClassName
{
border-color: #C1626C;
}
</style>