Shades of Cabaret #C26473
Tints of Cabaret #C26473
RGB
CMYK
RGB Variations
Color information
#C26473 (or 0xC26473) is known color: Cabaret. HEX triplet: C2, 64 and 73. RGB value is (194,100,115). Sum of RGB (Red+Green+Blue) = 194+100+115=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26473 is #3D9B8C. Grayscale: #818181. Windows color (decimal): -4037517 or 7562434. OLE color: 7562434.
HSL color Cylindrical-coordinate representation of color #C26473: hue angle of 350.43º 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 #C26473 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 100 | 115 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.24 |
| HSL | 350.43º | 0.44% | 0.58% | - |
| HSV(B) | 350.43º | 0.48% | 0.76% | - |
| XYZ | 29.9 | 21.82 | 18.86 | - |
| YUV | 129.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 115 | 0 | 0.48 | 0.41 | 0.24 | 350.43 | 0.44 | 0.58 |
| Hex | C2 | 64 | 73 | 0 | 30 | 29 | 18 | 15E | 2C | 3A |
| Octal | 302 | 144 | 163 | 0 | 60 | 51 | 30 | 536 | 54 | 72 |
| Binary | 11000010 | 1100100 | 1110011 | 0 | 110000 | 101001 | 11000 | 101011110 | 101100 | 111010 |
Color Harmonies of #C26473
Complementary color
Monochromatic Colors of #C26473
Black with #C26473
Text Example
Text Example
White with #C26473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26473; }
p { color: rgb(194,100,115); }
H1.HeaderClassName
{
color: #C26473;
}
.AnyTagClassName
{
color: #C26473;
}
</style>
background-color css
<style>
a { background-color: #C26473; }
a { background-color: rgb(194,100,115); }
div.DivClassName
{
background-color: #C26473;
}
.BgClassName
{
background-color: #C26473;
}
</style>
border-color css
<style>
span { border-color: #C26473; }
span { border-color: rgb(194,100,115); }
td.TdClassName
{
border-color: #C26473;
}
.TagClassName
{
border-color: #C26473;
}
</style>