Shades of Cabaret #C44B6C
Tints of Cabaret #C44B6C
RGB
CMYK
RGB Variations
Color information
#C44B6C (or 0xC44B6C) is known color: Cabaret. HEX triplet: C4, 4B and 6C. RGB value is (196,75,108). Sum of RGB (Red+Green+Blue) = 196+75+108=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44B6C is #3BB493. Grayscale: #727272. Windows color (decimal): -3912852 or 7097284. OLE color: 7097284.
HSL color Cylindrical-coordinate representation of color #C44B6C: hue angle of 343.64º 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 #C44B6C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 108 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.23 |
| HSL | 343.64º | 0.51% | 0.53% | - |
| HSV(B) | 343.64º | 0.62% | 0.77% | - |
| XYZ | 27.99 | 17.85 | 16.16 | - |
| YUV | 114.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 108 | 0 | 0.62 | 0.45 | 0.23 | 343.64 | 0.51 | 0.53 |
| Hex | C4 | 4B | 6C | 0 | 3E | 2D | 17 | 158 | 33 | 35 |
| Octal | 304 | 113 | 154 | 0 | 76 | 55 | 27 | 530 | 63 | 65 |
| Binary | 11000100 | 1001011 | 1101100 | 0 | 111110 | 101101 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C44B6C
Complementary color
Monochromatic Colors of #C44B6C
Black with #C44B6C
Text Example
Text Example
White with #C44B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B6C; }
p { color: rgb(196,75,108); }
H1.HeaderClassName
{
color: #C44B6C;
}
.AnyTagClassName
{
color: #C44B6C;
}
</style>
background-color css
<style>
a { background-color: #C44B6C; }
a { background-color: rgb(196,75,108); }
div.DivClassName
{
background-color: #C44B6C;
}
.BgClassName
{
background-color: #C44B6C;
}
</style>
border-color css
<style>
span { border-color: #C44B6C; }
span { border-color: rgb(196,75,108); }
td.TdClassName
{
border-color: #C44B6C;
}
.TagClassName
{
border-color: #C44B6C;
}
</style>