Shades of Cabaret #C2626C
Tints of Cabaret #C2626C
RGB
CMYK
RGB Variations
Color information
#C2626C (or 0xC2626C) is known color: Cabaret. HEX triplet: C2, 62 and 6C. RGB value is (194,98,108). Sum of RGB (Red+Green+Blue) = 194+98+108=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2626C is #3D9D93. Grayscale: #7F7F7F. Windows color (decimal): -4038036 or 7103170. OLE color: 7103170.
HSL color Cylindrical-coordinate representation of color #C2626C: hue angle of 353.75º 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 #C2626C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 108 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.24 |
| HSL | 353.75º | 0.44% | 0.57% | - |
| HSV(B) | 353.75º | 0.49% | 0.76% | - |
| XYZ | 29.32 | 21.29 | 16.75 | - |
| YUV | 127.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 108 | 0 | 0.49 | 0.44 | 0.24 | 353.75 | 0.44 | 0.57 |
| Hex | C2 | 62 | 6C | 0 | 31 | 2C | 18 | 162 | 2C | 39 |
| Octal | 302 | 142 | 154 | 0 | 61 | 54 | 30 | 542 | 54 | 71 |
| Binary | 11000010 | 1100010 | 1101100 | 0 | 110001 | 101100 | 11000 | 101100010 | 101100 | 111001 |
Color Harmonies of #C2626C
Complementary color
Monochromatic Colors of #C2626C
Black with #C2626C
Text Example
Text Example
White with #C2626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2626C; }
p { color: rgb(194,98,108); }
H1.HeaderClassName
{
color: #C2626C;
}
.AnyTagClassName
{
color: #C2626C;
}
</style>
background-color css
<style>
a { background-color: #C2626C; }
a { background-color: rgb(194,98,108); }
div.DivClassName
{
background-color: #C2626C;
}
.BgClassName
{
background-color: #C2626C;
}
</style>
border-color css
<style>
span { border-color: #C2626C; }
span { border-color: rgb(194,98,108); }
td.TdClassName
{
border-color: #C2626C;
}
.TagClassName
{
border-color: #C2626C;
}
</style>