Shades of Cabaret #C45174
Tints of Cabaret #C45174
RGB
CMYK
RGB Variations
Color information
#C45174 (or 0xC45174) is known color: Cabaret. HEX triplet: C4, 51 and 74. RGB value is (196,81,116). Sum of RGB (Red+Green+Blue) = 196+81+116=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C45174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45174 is #3BAE8B. Grayscale: #777777. Windows color (decimal): -3911308 or 7623108. OLE color: 7623108.
HSL color Cylindrical-coordinate representation of color #C45174: hue angle of 341.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45174 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 116 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.23 |
| HSL | 341.74º | 0.49% | 0.54% | - |
| HSV(B) | 341.74º | 0.59% | 0.77% | - |
| XYZ | 28.86 | 18.88 | 18.65 | - |
| YUV | 119.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 116 | 0 | 0.59 | 0.41 | 0.23 | 341.74 | 0.49 | 0.54 |
| Hex | C4 | 51 | 74 | 0 | 3B | 29 | 17 | 156 | 31 | 36 |
| Octal | 304 | 121 | 164 | 0 | 73 | 51 | 27 | 526 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1110100 | 0 | 111011 | 101001 | 10111 | 101010110 | 110001 | 110110 |
Color Harmonies of #C45174
Complementary color
Monochromatic Colors of #C45174
Black with #C45174
Text Example
Text Example
White with #C45174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45174; }
p { color: rgb(196,81,116); }
H1.HeaderClassName
{
color: #C45174;
}
.AnyTagClassName
{
color: #C45174;
}
</style>
background-color css
<style>
a { background-color: #C45174; }
a { background-color: rgb(196,81,116); }
div.DivClassName
{
background-color: #C45174;
}
.BgClassName
{
background-color: #C45174;
}
</style>
border-color css
<style>
span { border-color: #C45174; }
span { border-color: rgb(196,81,116); }
td.TdClassName
{
border-color: #C45174;
}
.TagClassName
{
border-color: #C45174;
}
</style>