Shades of Cabaret #C44569
Tints of Cabaret #C44569
RGB
CMYK
RGB Variations
Color information
#C44569 (or 0xC44569) is known color: Cabaret. HEX triplet: C4, 45 and 69. RGB value is (196,69,105). Sum of RGB (Red+Green+Blue) = 196+69+105=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C44569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44569 is #3BBA96. Grayscale: #6F6F6F. Windows color (decimal): -3914391 or 6899140. OLE color: 6899140.
HSL color Cylindrical-coordinate representation of color #C44569: hue angle of 342.99º 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 #C44569 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 105 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.23 |
| HSL | 342.99º | 0.52% | 0.52% | - |
| HSV(B) | 342.99º | 0.65% | 0.77% | - |
| XYZ | 27.44 | 17.01 | 15.2 | - |
| YUV | 111.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 105 | 0 | 0.65 | 0.46 | 0.23 | 342.99 | 0.52 | 0.52 |
| Hex | C4 | 45 | 69 | 0 | 41 | 2E | 17 | 157 | 34 | 34 |
| Octal | 304 | 105 | 151 | 0 | 101 | 56 | 27 | 527 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1101001 | 0 | 1000001 | 101110 | 10111 | 101010111 | 110100 | 110100 |
Color Harmonies of #C44569
Complementary color
Monochromatic Colors of #C44569
Black with #C44569
Text Example
Text Example
White with #C44569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44569; }
p { color: rgb(196,69,105); }
H1.HeaderClassName
{
color: #C44569;
}
.AnyTagClassName
{
color: #C44569;
}
</style>
background-color css
<style>
a { background-color: #C44569; }
a { background-color: rgb(196,69,105); }
div.DivClassName
{
background-color: #C44569;
}
.BgClassName
{
background-color: #C44569;
}
</style>
border-color css
<style>
span { border-color: #C44569; }
span { border-color: rgb(196,69,105); }
td.TdClassName
{
border-color: #C44569;
}
.TagClassName
{
border-color: #C44569;
}
</style>