Shades of Cabaret #C44F65
Tints of Cabaret #C44F65
RGB
CMYK
RGB Variations
Color information
#C44F65 (or 0xC44F65) is known color: Cabaret. HEX triplet: C4, 4F and 65. RGB value is (196,79,101). Sum of RGB (Red+Green+Blue) = 196+79+101=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F65 is #3BB09A. Grayscale: #747474. Windows color (decimal): -3911835 or 6639556. OLE color: 6639556.
HSL color Cylindrical-coordinate representation of color #C44F65: hue angle of 348.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F65 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 101 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.23 |
| HSL | 348.72º | 0.5% | 0.54% | - |
| HSV(B) | 348.72º | 0.6% | 0.77% | - |
| XYZ | 27.91 | 18.27 | 14.37 | - |
| YUV | 116.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 101 | 0 | 0.60 | 0.48 | 0.23 | 348.72 | 0.5 | 0.54 |
| Hex | C4 | 4F | 65 | 0 | 3C | 30 | 17 | 15D | 32 | 36 |
| Octal | 304 | 117 | 145 | 0 | 74 | 60 | 27 | 535 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1100101 | 0 | 111100 | 110000 | 10111 | 101011101 | 110010 | 110110 |
Color Harmonies of #C44F65
Complementary color
Monochromatic Colors of #C44F65
Black with #C44F65
Text Example
Text Example
White with #C44F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F65; }
p { color: rgb(196,79,101); }
H1.HeaderClassName
{
color: #C44F65;
}
.AnyTagClassName
{
color: #C44F65;
}
</style>
background-color css
<style>
a { background-color: #C44F65; }
a { background-color: rgb(196,79,101); }
div.DivClassName
{
background-color: #C44F65;
}
.BgClassName
{
background-color: #C44F65;
}
</style>
border-color css
<style>
span { border-color: #C44F65; }
span { border-color: rgb(196,79,101); }
td.TdClassName
{
border-color: #C44F65;
}
.TagClassName
{
border-color: #C44F65;
}
</style>