Shades of Cabaret #C2626D
Tints of Cabaret #C2626D
RGB
CMYK
RGB Variations
Color information
#C2626D (or 0xC2626D) is known color: Cabaret. HEX triplet: C2, 62 and 6D. RGB value is (194,98,109). Sum of RGB (Red+Green+Blue) = 194+98+109=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2626D is #3D9D92. Grayscale: #808080. Windows color (decimal): -4038035 or 7168706. OLE color: 7168706.
HSL color Cylindrical-coordinate representation of color #C2626D: hue angle of 353.12º degrees, saturation: 0.44, 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 #C2626D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 109 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.24 |
| HSL | 353.13º | 0.44% | 0.57% | - |
| HSV(B) | 353.13º | 0.49% | 0.76% | - |
| XYZ | 29.38 | 21.31 | 17.03 | - |
| YUV | 127.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 109 | 0 | 0.49 | 0.44 | 0.24 | 353.13 | 0.44 | 0.57 |
| Hex | C2 | 62 | 6D | 0 | 31 | 2C | 18 | 161 | 2C | 39 |
| Octal | 302 | 142 | 155 | 0 | 61 | 54 | 30 | 541 | 54 | 71 |
| Binary | 11000010 | 1100010 | 1101101 | 0 | 110001 | 101100 | 11000 | 101100001 | 101100 | 111001 |
Color Harmonies of #C2626D
Complementary color
Monochromatic Colors of #C2626D
Black with #C2626D
Text Example
Text Example
White with #C2626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2626D; }
p { color: rgb(194,98,109); }
H1.HeaderClassName
{
color: #C2626D;
}
.AnyTagClassName
{
color: #C2626D;
}
</style>
background-color css
<style>
a { background-color: #C2626D; }
a { background-color: rgb(194,98,109); }
div.DivClassName
{
background-color: #C2626D;
}
.BgClassName
{
background-color: #C2626D;
}
</style>
border-color css
<style>
span { border-color: #C2626D; }
span { border-color: rgb(194,98,109); }
td.TdClassName
{
border-color: #C2626D;
}
.TagClassName
{
border-color: #C2626D;
}
</style>