Shades of Cabaret #C26375
Tints of Cabaret #C26375
RGB
CMYK
RGB Variations
Color information
#C26375 (or 0xC26375) is known color: Cabaret. HEX triplet: C2, 63 and 75. RGB value is (194,99,117). Sum of RGB (Red+Green+Blue) = 194+99+117=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26375 is #3D9C8A. Grayscale: #818181. Windows color (decimal): -4037771 or 7693250. OLE color: 7693250.
HSL color Cylindrical-coordinate representation of color #C26375: hue angle of 348.63º 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 #C26375 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 117 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.24 |
| HSL | 348.63º | 0.44% | 0.57% | - |
| HSV(B) | 348.63º | 0.49% | 0.76% | - |
| XYZ | 29.92 | 21.68 | 19.44 | - |
| YUV | 129.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 117 | 0 | 0.49 | 0.40 | 0.24 | 348.63 | 0.44 | 0.57 |
| Hex | C2 | 63 | 75 | 0 | 31 | 28 | 18 | 15D | 2C | 39 |
| Octal | 302 | 143 | 165 | 0 | 61 | 50 | 30 | 535 | 54 | 71 |
| Binary | 11000010 | 1100011 | 1110101 | 0 | 110001 | 101000 | 11000 | 101011101 | 101100 | 111001 |
Color Harmonies of #C26375
Complementary color
Monochromatic Colors of #C26375
Black with #C26375
Text Example
Text Example
White with #C26375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26375; }
p { color: rgb(194,99,117); }
H1.HeaderClassName
{
color: #C26375;
}
.AnyTagClassName
{
color: #C26375;
}
</style>
background-color css
<style>
a { background-color: #C26375; }
a { background-color: rgb(194,99,117); }
div.DivClassName
{
background-color: #C26375;
}
.BgClassName
{
background-color: #C26375;
}
</style>
border-color css
<style>
span { border-color: #C26375; }
span { border-color: rgb(194,99,117); }
td.TdClassName
{
border-color: #C26375;
}
.TagClassName
{
border-color: #C26375;
}
</style>