Shades of Cabaret #C44869
Tints of Cabaret #C44869
RGB
CMYK
RGB Variations
Color information
#C44869 (or 0xC44869) is known color: Cabaret. HEX triplet: C4, 48 and 69. RGB value is (196,72,105). Sum of RGB (Red+Green+Blue) = 196+72+105=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C44869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44869 is #3BB796. Grayscale: #707070. Windows color (decimal): -3913623 or 6899908. OLE color: 6899908.
HSL color Cylindrical-coordinate representation of color #C44869: hue angle of 344.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44869 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 105 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.23 |
| HSL | 344.03º | 0.51% | 0.53% | - |
| HSV(B) | 344.03º | 0.63% | 0.77% | - |
| XYZ | 27.63 | 17.39 | 15.26 | - |
| YUV | 112.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 105 | 0 | 0.63 | 0.46 | 0.23 | 344.03 | 0.51 | 0.53 |
| Hex | C4 | 48 | 69 | 0 | 3F | 2E | 17 | 158 | 33 | 35 |
| Octal | 304 | 110 | 151 | 0 | 77 | 56 | 27 | 530 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1101001 | 0 | 111111 | 101110 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C44869
Complementary color
Monochromatic Colors of #C44869
Black with #C44869
Text Example
Text Example
White with #C44869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44869; }
p { color: rgb(196,72,105); }
H1.HeaderClassName
{
color: #C44869;
}
.AnyTagClassName
{
color: #C44869;
}
</style>
background-color css
<style>
a { background-color: #C44869; }
a { background-color: rgb(196,72,105); }
div.DivClassName
{
background-color: #C44869;
}
.BgClassName
{
background-color: #C44869;
}
</style>
border-color css
<style>
span { border-color: #C44869; }
span { border-color: rgb(196,72,105); }
td.TdClassName
{
border-color: #C44869;
}
.TagClassName
{
border-color: #C44869;
}
</style>