Shades of Cabaret #C2626B
Tints of Cabaret #C2626B
RGB
CMYK
RGB Variations
Color information
#C2626B (or 0xC2626B) is known color: Cabaret. HEX triplet: C2, 62 and 6B. RGB value is (194,98,107). Sum of RGB (Red+Green+Blue) = 194+98+107=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2626B is #3D9D94. Grayscale: #7F7F7F. Windows color (decimal): -4038037 or 7037634. OLE color: 7037634.
HSL color Cylindrical-coordinate representation of color #C2626B: hue angle of 354.38º 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 #C2626B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 107 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.24 |
| HSL | 354.38º | 0.44% | 0.57% | - |
| HSV(B) | 354.38º | 0.49% | 0.76% | - |
| XYZ | 29.27 | 21.27 | 16.47 | - |
| YUV | 127.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 107 | 0 | 0.49 | 0.45 | 0.24 | 354.38 | 0.44 | 0.57 |
| Hex | C2 | 62 | 6B | 0 | 31 | 2D | 18 | 162 | 2C | 39 |
| Octal | 302 | 142 | 153 | 0 | 61 | 55 | 30 | 542 | 54 | 71 |
| Binary | 11000010 | 1100010 | 1101011 | 0 | 110001 | 101101 | 11000 | 101100010 | 101100 | 111001 |
Color Harmonies of #C2626B
Complementary color
Monochromatic Colors of #C2626B
Black with #C2626B
Text Example
Text Example
White with #C2626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2626B; }
p { color: rgb(194,98,107); }
H1.HeaderClassName
{
color: #C2626B;
}
.AnyTagClassName
{
color: #C2626B;
}
</style>
background-color css
<style>
a { background-color: #C2626B; }
a { background-color: rgb(194,98,107); }
div.DivClassName
{
background-color: #C2626B;
}
.BgClassName
{
background-color: #C2626B;
}
</style>
border-color css
<style>
span { border-color: #C2626B; }
span { border-color: rgb(194,98,107); }
td.TdClassName
{
border-color: #C2626B;
}
.TagClassName
{
border-color: #C2626B;
}
</style>