Shades of Cabaret #C45767
Tints of Cabaret #C45767
RGB
CMYK
RGB Variations
Color information
#C45767 (or 0xC45767) is known color: Cabaret. HEX triplet: C4, 57 and 67. RGB value is (196,87,103). Sum of RGB (Red+Green+Blue) = 196+87+103=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45767 is #3BA898. Grayscale: #797979. Windows color (decimal): -3909785 or 6772676. OLE color: 6772676.
HSL color Cylindrical-coordinate representation of color #C45767: hue angle of 351.19º 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 #C45767 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 103 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.23 |
| HSL | 351.19º | 0.48% | 0.55% | - |
| HSV(B) | 351.19º | 0.56% | 0.77% | - |
| XYZ | 28.62 | 19.53 | 15.09 | - |
| YUV | 121.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 103 | 0 | 0.56 | 0.47 | 0.23 | 351.19 | 0.48 | 0.55 |
| Hex | C4 | 57 | 67 | 0 | 38 | 2F | 17 | 15F | 30 | 37 |
| Octal | 304 | 127 | 147 | 0 | 70 | 57 | 27 | 537 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1100111 | 0 | 111000 | 101111 | 10111 | 101011111 | 110000 | 110111 |
Color Harmonies of #C45767
Complementary color
Monochromatic Colors of #C45767
Black with #C45767
Text Example
Text Example
White with #C45767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45767; }
p { color: rgb(196,87,103); }
H1.HeaderClassName
{
color: #C45767;
}
.AnyTagClassName
{
color: #C45767;
}
</style>
background-color css
<style>
a { background-color: #C45767; }
a { background-color: rgb(196,87,103); }
div.DivClassName
{
background-color: #C45767;
}
.BgClassName
{
background-color: #C45767;
}
</style>
border-color css
<style>
span { border-color: #C45767; }
span { border-color: rgb(196,87,103); }
td.TdClassName
{
border-color: #C45767;
}
.TagClassName
{
border-color: #C45767;
}
</style>