Shades of Cabaret #C2646B
Tints of Cabaret #C2646B
RGB
CMYK
RGB Variations
Color information
#C2646B (or 0xC2646B) is known color: Cabaret. HEX triplet: C2, 64 and 6B. RGB value is (194,100,107). Sum of RGB (Red+Green+Blue) = 194+100+107=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2646B is #3D9B94. Grayscale: #808080. Windows color (decimal): -4037525 or 7038146. OLE color: 7038146.
HSL color Cylindrical-coordinate representation of color #C2646B: hue angle of 355.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2646B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 107 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.24 |
| HSL | 355.53º | 0.44% | 0.58% | - |
| HSV(B) | 355.53º | 0.48% | 0.76% | - |
| XYZ | 29.46 | 21.65 | 16.54 | - |
| YUV | 128.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 107 | 0 | 0.48 | 0.45 | 0.24 | 355.53 | 0.44 | 0.58 |
| Hex | C2 | 64 | 6B | 0 | 30 | 2D | 18 | 164 | 2C | 3A |
| Octal | 302 | 144 | 153 | 0 | 60 | 55 | 30 | 544 | 54 | 72 |
| Binary | 11000010 | 1100100 | 1101011 | 0 | 110000 | 101101 | 11000 | 101100100 | 101100 | 111010 |
Color Harmonies of #C2646B
Complementary color
Monochromatic Colors of #C2646B
Black with #C2646B
Text Example
Text Example
White with #C2646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2646B; }
p { color: rgb(194,100,107); }
H1.HeaderClassName
{
color: #C2646B;
}
.AnyTagClassName
{
color: #C2646B;
}
</style>
background-color css
<style>
a { background-color: #C2646B; }
a { background-color: rgb(194,100,107); }
div.DivClassName
{
background-color: #C2646B;
}
.BgClassName
{
background-color: #C2646B;
}
</style>
border-color css
<style>
span { border-color: #C2646B; }
span { border-color: rgb(194,100,107); }
td.TdClassName
{
border-color: #C2646B;
}
.TagClassName
{
border-color: #C2646B;
}
</style>