Shades of Cabaret #C26972
Tints of Cabaret #C26972
RGB
CMYK
RGB Variations
Color information
#C26972 (or 0xC26972) is known color: Cabaret. HEX triplet: C2, 69 and 72. RGB value is (194,105,114). Sum of RGB (Red+Green+Blue) = 194+105+114=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26972 is #3D968D. Grayscale: #848484. Windows color (decimal): -4036238 or 7498178. OLE color: 7498178.
HSL color Cylindrical-coordinate representation of color #C26972: hue angle of 353.93º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26972 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 114 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.24 |
| HSL | 353.93º | 0.42% | 0.59% | - |
| HSV(B) | 353.93º | 0.46% | 0.76% | - |
| XYZ | 30.34 | 22.79 | 18.72 | - |
| YUV | 132.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 114 | 0 | 0.46 | 0.41 | 0.24 | 353.93 | 0.42 | 0.59 |
| Hex | C2 | 69 | 72 | 0 | 2E | 29 | 18 | 162 | 2A | 3B |
| Octal | 302 | 151 | 162 | 0 | 56 | 51 | 30 | 542 | 52 | 73 |
| Binary | 11000010 | 1101001 | 1110010 | 0 | 101110 | 101001 | 11000 | 101100010 | 101010 | 111011 |
Color Harmonies of #C26972
Complementary color
Monochromatic Colors of #C26972
Black with #C26972
Text Example
Text Example
White with #C26972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26972; }
p { color: rgb(194,105,114); }
H1.HeaderClassName
{
color: #C26972;
}
.AnyTagClassName
{
color: #C26972;
}
</style>
background-color css
<style>
a { background-color: #C26972; }
a { background-color: rgb(194,105,114); }
div.DivClassName
{
background-color: #C26972;
}
.BgClassName
{
background-color: #C26972;
}
</style>
border-color css
<style>
span { border-color: #C26972; }
span { border-color: rgb(194,105,114); }
td.TdClassName
{
border-color: #C26972;
}
.TagClassName
{
border-color: #C26972;
}
</style>