Shades of Cabaret #C26872
Tints of Cabaret #C26872
RGB
CMYK
RGB Variations
Color information
#C26872 (or 0xC26872) is known color: Cabaret. HEX triplet: C2, 68 and 72. RGB value is (194,104,114). Sum of RGB (Red+Green+Blue) = 194+104+114=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26872 is #3D978D. Grayscale: #848484. Windows color (decimal): -4036494 or 7497922. OLE color: 7497922.
HSL color Cylindrical-coordinate representation of color #C26872: hue angle of 353.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26872 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 114 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.24 |
| HSL | 353.33º | 0.42% | 0.58% | - |
| HSV(B) | 353.33º | 0.46% | 0.76% | - |
| XYZ | 30.24 | 22.58 | 18.69 | - |
| YUV | 132.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 114 | 0 | 0.46 | 0.41 | 0.24 | 353.33 | 0.42 | 0.58 |
| Hex | C2 | 68 | 72 | 0 | 2E | 29 | 18 | 161 | 2A | 3A |
| Octal | 302 | 150 | 162 | 0 | 56 | 51 | 30 | 541 | 52 | 72 |
| Binary | 11000010 | 1101000 | 1110010 | 0 | 101110 | 101001 | 11000 | 101100001 | 101010 | 111010 |
Color Harmonies of #C26872
Complementary color
Monochromatic Colors of #C26872
Black with #C26872
Text Example
Text Example
White with #C26872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26872; }
p { color: rgb(194,104,114); }
H1.HeaderClassName
{
color: #C26872;
}
.AnyTagClassName
{
color: #C26872;
}
</style>
background-color css
<style>
a { background-color: #C26872; }
a { background-color: rgb(194,104,114); }
div.DivClassName
{
background-color: #C26872;
}
.BgClassName
{
background-color: #C26872;
}
</style>
border-color css
<style>
span { border-color: #C26872; }
span { border-color: rgb(194,104,114); }
td.TdClassName
{
border-color: #C26872;
}
.TagClassName
{
border-color: #C26872;
}
</style>