Shades of Cabaret #C26774
Tints of Cabaret #C26774
RGB
CMYK
RGB Variations
Color information
#C26774 (or 0xC26774) is known color: Cabaret. HEX triplet: C2, 67 and 74. RGB value is (194,103,116). Sum of RGB (Red+Green+Blue) = 194+103+116=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C26774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26774 is #3D988B. Grayscale: #838383. Windows color (decimal): -4036748 or 7628738. OLE color: 7628738.
HSL color Cylindrical-coordinate representation of color #C26774: hue angle of 351.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26774 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 116 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.24 |
| HSL | 351.43º | 0.43% | 0.58% | - |
| HSV(B) | 351.43º | 0.47% | 0.76% | - |
| XYZ | 30.25 | 22.43 | 19.26 | - |
| YUV | 131.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 116 | 0 | 0.47 | 0.40 | 0.24 | 351.43 | 0.43 | 0.58 |
| Hex | C2 | 67 | 74 | 0 | 2F | 28 | 18 | 15F | 2B | 3A |
| Octal | 302 | 147 | 164 | 0 | 57 | 50 | 30 | 537 | 53 | 72 |
| Binary | 11000010 | 1100111 | 1110100 | 0 | 101111 | 101000 | 11000 | 101011111 | 101011 | 111010 |
Color Harmonies of #C26774
Complementary color
Monochromatic Colors of #C26774
Black with #C26774
Text Example
Text Example
White with #C26774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26774; }
p { color: rgb(194,103,116); }
H1.HeaderClassName
{
color: #C26774;
}
.AnyTagClassName
{
color: #C26774;
}
</style>
background-color css
<style>
a { background-color: #C26774; }
a { background-color: rgb(194,103,116); }
div.DivClassName
{
background-color: #C26774;
}
.BgClassName
{
background-color: #C26774;
}
</style>
border-color css
<style>
span { border-color: #C26774; }
span { border-color: rgb(194,103,116); }
td.TdClassName
{
border-color: #C26774;
}
.TagClassName
{
border-color: #C26774;
}
</style>