Shades of Cabaret #C45869
Tints of Cabaret #C45869
RGB
CMYK
RGB Variations
Color information
#C45869 (or 0xC45869) is known color: Cabaret. HEX triplet: C4, 58 and 69. RGB value is (196,88,105). Sum of RGB (Red+Green+Blue) = 196+88+105=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C45869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45869 is #3BA796. Grayscale: #7A7A7A. Windows color (decimal): -3909527 or 6904004. OLE color: 6904004.
HSL color Cylindrical-coordinate representation of color #C45869: hue angle of 350.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45869 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 105 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.23 |
| HSL | 350.56º | 0.48% | 0.56% | - |
| HSV(B) | 350.56º | 0.55% | 0.77% | - |
| XYZ | 28.8 | 19.74 | 15.66 | - |
| YUV | 122.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 105 | 0 | 0.55 | 0.46 | 0.23 | 350.56 | 0.48 | 0.56 |
| Hex | C4 | 58 | 69 | 0 | 37 | 2E | 17 | 15F | 30 | 38 |
| Octal | 304 | 130 | 151 | 0 | 67 | 56 | 27 | 537 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1101001 | 0 | 110111 | 101110 | 10111 | 101011111 | 110000 | 111000 |
Color Harmonies of #C45869
Complementary color
Monochromatic Colors of #C45869
Black with #C45869
Text Example
Text Example
White with #C45869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45869; }
p { color: rgb(196,88,105); }
H1.HeaderClassName
{
color: #C45869;
}
.AnyTagClassName
{
color: #C45869;
}
</style>
background-color css
<style>
a { background-color: #C45869; }
a { background-color: rgb(196,88,105); }
div.DivClassName
{
background-color: #C45869;
}
.BgClassName
{
background-color: #C45869;
}
</style>
border-color css
<style>
span { border-color: #C45869; }
span { border-color: rgb(196,88,105); }
td.TdClassName
{
border-color: #C45869;
}
.TagClassName
{
border-color: #C45869;
}
</style>