Shades of Cabaret #C45769
Tints of Cabaret #C45769
RGB
CMYK
RGB Variations
Color information
#C45769 (or 0xC45769) is known color: Cabaret. HEX triplet: C4, 57 and 69. RGB value is (196,87,105). Sum of RGB (Red+Green+Blue) = 196+87+105=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C45769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45769 is #3BA896. Grayscale: #797979. Windows color (decimal): -3909783 or 6903748. OLE color: 6903748.
HSL color Cylindrical-coordinate representation of color #C45769: hue angle of 350.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45769 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 105 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.23 |
| HSL | 350.09º | 0.48% | 0.55% | - |
| HSV(B) | 350.09º | 0.56% | 0.77% | - |
| XYZ | 28.72 | 19.57 | 15.63 | - |
| YUV | 121.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 105 | 0 | 0.56 | 0.46 | 0.23 | 350.09 | 0.48 | 0.55 |
| Hex | C4 | 57 | 69 | 0 | 38 | 2E | 17 | 15E | 30 | 37 |
| Octal | 304 | 127 | 151 | 0 | 70 | 56 | 27 | 536 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1101001 | 0 | 111000 | 101110 | 10111 | 101011110 | 110000 | 110111 |
Color Harmonies of #C45769
Complementary color
Monochromatic Colors of #C45769
Black with #C45769
Text Example
Text Example
White with #C45769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45769; }
p { color: rgb(196,87,105); }
H1.HeaderClassName
{
color: #C45769;
}
.AnyTagClassName
{
color: #C45769;
}
</style>
background-color css
<style>
a { background-color: #C45769; }
a { background-color: rgb(196,87,105); }
div.DivClassName
{
background-color: #C45769;
}
.BgClassName
{
background-color: #C45769;
}
</style>
border-color css
<style>
span { border-color: #C45769; }
span { border-color: rgb(196,87,105); }
td.TdClassName
{
border-color: #C45769;
}
.TagClassName
{
border-color: #C45769;
}
</style>