Shades of Cabaret #C44F67
Tints of Cabaret #C44F67
RGB
CMYK
RGB Variations
Color information
#C44F67 (or 0xC44F67) is known color: Cabaret. HEX triplet: C4, 4F and 67. RGB value is (196,79,103). Sum of RGB (Red+Green+Blue) = 196+79+103=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F67 is #3BB098. Grayscale: #747474. Windows color (decimal): -3911833 or 6770628. OLE color: 6770628.
HSL color Cylindrical-coordinate representation of color #C44F67: hue angle of 347.69º 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 #C44F67 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 103 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.23 |
| HSL | 347.69º | 0.5% | 0.54% | - |
| HSV(B) | 347.69º | 0.6% | 0.77% | - |
| XYZ | 28.01 | 18.31 | 14.89 | - |
| YUV | 116.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 103 | 0 | 0.60 | 0.47 | 0.23 | 347.69 | 0.5 | 0.54 |
| Hex | C4 | 4F | 67 | 0 | 3C | 2F | 17 | 15C | 32 | 36 |
| Octal | 304 | 117 | 147 | 0 | 74 | 57 | 27 | 534 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1100111 | 0 | 111100 | 101111 | 10111 | 101011100 | 110010 | 110110 |
Color Harmonies of #C44F67
Complementary color
Monochromatic Colors of #C44F67
Black with #C44F67
Text Example
Text Example
White with #C44F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F67; }
p { color: rgb(196,79,103); }
H1.HeaderClassName
{
color: #C44F67;
}
.AnyTagClassName
{
color: #C44F67;
}
</style>
background-color css
<style>
a { background-color: #C44F67; }
a { background-color: rgb(196,79,103); }
div.DivClassName
{
background-color: #C44F67;
}
.BgClassName
{
background-color: #C44F67;
}
</style>
border-color css
<style>
span { border-color: #C44F67; }
span { border-color: rgb(196,79,103); }
td.TdClassName
{
border-color: #C44F67;
}
.TagClassName
{
border-color: #C44F67;
}
</style>