Shades of Cabaret #C2636B
Tints of Cabaret #C2636B
RGB
CMYK
RGB Variations
Color information
#C2636B (or 0xC2636B) is known color: Cabaret. HEX triplet: C2, 63 and 6B. RGB value is (194,99,107). Sum of RGB (Red+Green+Blue) = 194+99+107=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2636B is #3D9C94. Grayscale: #808080. Windows color (decimal): -4037781 or 7037890. OLE color: 7037890.
HSL color Cylindrical-coordinate representation of color #C2636B: hue angle of 354.95º 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 #C2636B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 107 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.24 |
| HSL | 354.95º | 0.44% | 0.57% | - |
| HSV(B) | 354.95º | 0.49% | 0.76% | - |
| XYZ | 29.36 | 21.45 | 16.5 | - |
| YUV | 128.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 107 | 0 | 0.49 | 0.45 | 0.24 | 354.95 | 0.44 | 0.57 |
| Hex | C2 | 63 | 6B | 0 | 31 | 2D | 18 | 163 | 2C | 39 |
| Octal | 302 | 143 | 153 | 0 | 61 | 55 | 30 | 543 | 54 | 71 |
| Binary | 11000010 | 1100011 | 1101011 | 0 | 110001 | 101101 | 11000 | 101100011 | 101100 | 111001 |
Color Harmonies of #C2636B
Complementary color
Monochromatic Colors of #C2636B
Black with #C2636B
Text Example
Text Example
White with #C2636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2636B; }
p { color: rgb(194,99,107); }
H1.HeaderClassName
{
color: #C2636B;
}
.AnyTagClassName
{
color: #C2636B;
}
</style>
background-color css
<style>
a { background-color: #C2636B; }
a { background-color: rgb(194,99,107); }
div.DivClassName
{
background-color: #C2636B;
}
.BgClassName
{
background-color: #C2636B;
}
</style>
border-color css
<style>
span { border-color: #C2636B; }
span { border-color: rgb(194,99,107); }
td.TdClassName
{
border-color: #C2636B;
}
.TagClassName
{
border-color: #C2636B;
}
</style>