Shades of Cabaret #C26A6D
Tints of Cabaret #C26A6D
RGB
CMYK
RGB Variations
Color information
#C26A6D (or 0xC26A6D) is known color: Cabaret. HEX triplet: C2, 6A and 6D. RGB value is (194,106,109). Sum of RGB (Red+Green+Blue) = 194+106+109=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A6D is #3D9592. Grayscale: #848484. Windows color (decimal): -4035987 or 7170754. OLE color: 7170754.
HSL color Cylindrical-coordinate representation of color #C26A6D: hue angle of 357.95º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26A6D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 109 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.24 |
| HSL | 357.95º | 0.42% | 0.59% | - |
| HSV(B) | 357.95º | 0.45% | 0.76% | - |
| XYZ | 30.16 | 22.88 | 17.29 | - |
| YUV | 132.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 109 | 0 | 0.45 | 0.44 | 0.24 | 357.95 | 0.42 | 0.59 |
| Hex | C2 | 6A | 6D | 0 | 2D | 2C | 18 | 166 | 2A | 3B |
| Octal | 302 | 152 | 155 | 0 | 55 | 54 | 30 | 546 | 52 | 73 |
| Binary | 11000010 | 1101010 | 1101101 | 0 | 101101 | 101100 | 11000 | 101100110 | 101010 | 111011 |
Color Harmonies of #C26A6D
Complementary color
Monochromatic Colors of #C26A6D
Black with #C26A6D
Text Example
Text Example
White with #C26A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A6D; }
p { color: rgb(194,106,109); }
H1.HeaderClassName
{
color: #C26A6D;
}
.AnyTagClassName
{
color: #C26A6D;
}
</style>
background-color css
<style>
a { background-color: #C26A6D; }
a { background-color: rgb(194,106,109); }
div.DivClassName
{
background-color: #C26A6D;
}
.BgClassName
{
background-color: #C26A6D;
}
</style>
border-color css
<style>
span { border-color: #C26A6D; }
span { border-color: rgb(194,106,109); }
td.TdClassName
{
border-color: #C26A6D;
}
.TagClassName
{
border-color: #C26A6D;
}
</style>