Shades of Cabaret #C26174
Tints of Cabaret #C26174
RGB
CMYK
RGB Variations
Color information
#C26174 (or 0xC26174) is known color: Cabaret. HEX triplet: C2, 61 and 74. RGB value is (194,97,116). Sum of RGB (Red+Green+Blue) = 194+97+116=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C26174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26174 is #3D9E8B. Grayscale: #808080. Windows color (decimal): -4038284 or 7627202. OLE color: 7627202.
HSL color Cylindrical-coordinate representation of color #C26174: hue angle of 348.25º 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 #C26174 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 116 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.24 |
| HSL | 348.25º | 0.44% | 0.57% | - |
| HSV(B) | 348.25º | 0.5% | 0.76% | - |
| XYZ | 29.68 | 21.28 | 19.07 | - |
| YUV | 128.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 116 | 0 | 0.50 | 0.40 | 0.24 | 348.25 | 0.44 | 0.57 |
| Hex | C2 | 61 | 74 | 0 | 32 | 28 | 18 | 15C | 2C | 39 |
| Octal | 302 | 141 | 164 | 0 | 62 | 50 | 30 | 534 | 54 | 71 |
| Binary | 11000010 | 1100001 | 1110100 | 0 | 110010 | 101000 | 11000 | 101011100 | 101100 | 111001 |
Color Harmonies of #C26174
Complementary color
Monochromatic Colors of #C26174
Black with #C26174
Text Example
Text Example
White with #C26174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26174; }
p { color: rgb(194,97,116); }
H1.HeaderClassName
{
color: #C26174;
}
.AnyTagClassName
{
color: #C26174;
}
</style>
background-color css
<style>
a { background-color: #C26174; }
a { background-color: rgb(194,97,116); }
div.DivClassName
{
background-color: #C26174;
}
.BgClassName
{
background-color: #C26174;
}
</style>
border-color css
<style>
span { border-color: #C26174; }
span { border-color: rgb(194,97,116); }
td.TdClassName
{
border-color: #C26174;
}
.TagClassName
{
border-color: #C26174;
}
</style>