Shades of Cabaret #C44A6B
Tints of Cabaret #C44A6B
RGB
CMYK
RGB Variations
Color information
#C44A6B (or 0xC44A6B) is known color: Cabaret. HEX triplet: C4, 4A and 6B. RGB value is (196,74,107). Sum of RGB (Red+Green+Blue) = 196+74+107=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A6B is #3BB594. Grayscale: #727272. Windows color (decimal): -3913109 or 7031492. OLE color: 7031492.
HSL color Cylindrical-coordinate representation of color #C44A6B: hue angle of 343.77º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A6B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 107 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.23 |
| HSL | 343.77º | 0.51% | 0.53% | - |
| HSV(B) | 343.77º | 0.62% | 0.77% | - |
| XYZ | 27.87 | 17.69 | 15.86 | - |
| YUV | 114.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 107 | 0 | 0.62 | 0.45 | 0.23 | 343.77 | 0.51 | 0.53 |
| Hex | C4 | 4A | 6B | 0 | 3E | 2D | 17 | 158 | 33 | 35 |
| Octal | 304 | 112 | 153 | 0 | 76 | 55 | 27 | 530 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1101011 | 0 | 111110 | 101101 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C44A6B
Complementary color
Monochromatic Colors of #C44A6B
Black with #C44A6B
Text Example
Text Example
White with #C44A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A6B; }
p { color: rgb(196,74,107); }
H1.HeaderClassName
{
color: #C44A6B;
}
.AnyTagClassName
{
color: #C44A6B;
}
</style>
background-color css
<style>
a { background-color: #C44A6B; }
a { background-color: rgb(196,74,107); }
div.DivClassName
{
background-color: #C44A6B;
}
.BgClassName
{
background-color: #C44A6B;
}
</style>
border-color css
<style>
span { border-color: #C44A6B; }
span { border-color: rgb(196,74,107); }
td.TdClassName
{
border-color: #C44A6B;
}
.TagClassName
{
border-color: #C44A6B;
}
</style>