Shades of Cabaret #C2676D
Tints of Cabaret #C2676D
RGB
CMYK
RGB Variations
Color information
#C2676D (or 0xC2676D) is known color: Cabaret. HEX triplet: C2, 67 and 6D. RGB value is (194,103,109). Sum of RGB (Red+Green+Blue) = 194+103+109=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2676D is #3D9892. Grayscale: #828282. Windows color (decimal): -4036755 or 7169986. OLE color: 7169986.
HSL color Cylindrical-coordinate representation of color #C2676D: hue angle of 356.04º 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 #C2676D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 109 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.24 |
| HSL | 356.04º | 0.43% | 0.58% | - |
| HSV(B) | 356.04º | 0.47% | 0.76% | - |
| XYZ | 29.86 | 22.27 | 17.19 | - |
| YUV | 130.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 109 | 0 | 0.47 | 0.44 | 0.24 | 356.04 | 0.43 | 0.58 |
| Hex | C2 | 67 | 6D | 0 | 2F | 2C | 18 | 164 | 2B | 3A |
| Octal | 302 | 147 | 155 | 0 | 57 | 54 | 30 | 544 | 53 | 72 |
| Binary | 11000010 | 1100111 | 1101101 | 0 | 101111 | 101100 | 11000 | 101100100 | 101011 | 111010 |
Color Harmonies of #C2676D
Complementary color
Monochromatic Colors of #C2676D
Black with #C2676D
Text Example
Text Example
White with #C2676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2676D; }
p { color: rgb(194,103,109); }
H1.HeaderClassName
{
color: #C2676D;
}
.AnyTagClassName
{
color: #C2676D;
}
</style>
background-color css
<style>
a { background-color: #C2676D; }
a { background-color: rgb(194,103,109); }
div.DivClassName
{
background-color: #C2676D;
}
.BgClassName
{
background-color: #C2676D;
}
</style>
border-color css
<style>
span { border-color: #C2676D; }
span { border-color: rgb(194,103,109); }
td.TdClassName
{
border-color: #C2676D;
}
.TagClassName
{
border-color: #C2676D;
}
</style>