Shades of Cabaret #C26173
Tints of Cabaret #C26173
RGB
CMYK
RGB Variations
Color information
#C26173 (or 0xC26173) is known color: Cabaret. HEX triplet: C2, 61 and 73. RGB value is (194,97,115). Sum of RGB (Red+Green+Blue) = 194+97+115=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C26173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26173 is #3D9E8C. Grayscale: #808080. Windows color (decimal): -4038285 or 7561666. OLE color: 7561666.
HSL color Cylindrical-coordinate representation of color #C26173: hue angle of 348.87º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26173 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 115 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.24 |
| HSL | 348.87º | 0.44% | 0.57% | - |
| HSV(B) | 348.87º | 0.5% | 0.76% | - |
| XYZ | 29.62 | 21.26 | 18.76 | - |
| YUV | 128.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 115 | 0 | 0.50 | 0.41 | 0.24 | 348.87 | 0.44 | 0.57 |
| Hex | C2 | 61 | 73 | 0 | 32 | 29 | 18 | 15D | 2C | 39 |
| Octal | 302 | 141 | 163 | 0 | 62 | 51 | 30 | 535 | 54 | 71 |
| Binary | 11000010 | 1100001 | 1110011 | 0 | 110010 | 101001 | 11000 | 101011101 | 101100 | 111001 |
Color Harmonies of #C26173
Complementary color
Monochromatic Colors of #C26173
Black with #C26173
Text Example
Text Example
White with #C26173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26173; }
p { color: rgb(194,97,115); }
H1.HeaderClassName
{
color: #C26173;
}
.AnyTagClassName
{
color: #C26173;
}
</style>
background-color css
<style>
a { background-color: #C26173; }
a { background-color: rgb(194,97,115); }
div.DivClassName
{
background-color: #C26173;
}
.BgClassName
{
background-color: #C26173;
}
</style>
border-color css
<style>
span { border-color: #C26173; }
span { border-color: rgb(194,97,115); }
td.TdClassName
{
border-color: #C26173;
}
.TagClassName
{
border-color: #C26173;
}
</style>