Shades of Cabaret #C44469
Tints of Cabaret #C44469
RGB
CMYK
RGB Variations
Color information
#C44469 (or 0xC44469) is known color: Cabaret. HEX triplet: C4, 44 and 69. RGB value is (196,68,105). Sum of RGB (Red+Green+Blue) = 196+68+105=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44469 is #3BBB96. Grayscale: #6E6E6E. Windows color (decimal): -3914647 or 6898884. OLE color: 6898884.
HSL color Cylindrical-coordinate representation of color #C44469: hue angle of 342.66º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44469 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 105 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.23 |
| HSL | 342.66º | 0.52% | 0.52% | - |
| HSV(B) | 342.66º | 0.65% | 0.77% | - |
| XYZ | 27.38 | 16.89 | 15.18 | - |
| YUV | 110.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 105 | 0 | 0.65 | 0.46 | 0.23 | 342.66 | 0.52 | 0.52 |
| Hex | C4 | 44 | 69 | 0 | 41 | 2E | 17 | 157 | 34 | 34 |
| Octal | 304 | 104 | 151 | 0 | 101 | 56 | 27 | 527 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1101001 | 0 | 1000001 | 101110 | 10111 | 101010111 | 110100 | 110100 |
Color Harmonies of #C44469
Complementary color
Monochromatic Colors of #C44469
Black with #C44469
Text Example
Text Example
White with #C44469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44469; }
p { color: rgb(196,68,105); }
H1.HeaderClassName
{
color: #C44469;
}
.AnyTagClassName
{
color: #C44469;
}
</style>
background-color css
<style>
a { background-color: #C44469; }
a { background-color: rgb(196,68,105); }
div.DivClassName
{
background-color: #C44469;
}
.BgClassName
{
background-color: #C44469;
}
</style>
border-color css
<style>
span { border-color: #C44469; }
span { border-color: rgb(196,68,105); }
td.TdClassName
{
border-color: #C44469;
}
.TagClassName
{
border-color: #C44469;
}
</style>