Shades of Cabaret #C45867
Tints of Cabaret #C45867
RGB
CMYK
RGB Variations
Color information
#C45867 (or 0xC45867) is known color: Cabaret. HEX triplet: C4, 58 and 67. RGB value is (196,88,103). Sum of RGB (Red+Green+Blue) = 196+88+103=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C45867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45867 is #3BA798. Grayscale: #7A7A7A. Windows color (decimal): -3909529 or 6772932. OLE color: 6772932.
HSL color Cylindrical-coordinate representation of color #C45867: hue angle of 351.67º 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 #C45867 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 103 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.23 |
| HSL | 351.67º | 0.48% | 0.56% | - |
| HSV(B) | 351.67º | 0.55% | 0.77% | - |
| XYZ | 28.7 | 19.69 | 15.12 | - |
| YUV | 122 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 103 | 0 | 0.55 | 0.47 | 0.23 | 351.67 | 0.48 | 0.56 |
| Hex | C4 | 58 | 67 | 0 | 37 | 2F | 17 | 160 | 30 | 38 |
| Octal | 304 | 130 | 147 | 0 | 67 | 57 | 27 | 540 | 60 | 70 |
| Binary | 11000100 | 1011000 | 1100111 | 0 | 110111 | 101111 | 10111 | 101100000 | 110000 | 111000 |
Color Harmonies of #C45867
Complementary color
Monochromatic Colors of #C45867
Black with #C45867
Text Example
Text Example
White with #C45867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45867; }
p { color: rgb(196,88,103); }
H1.HeaderClassName
{
color: #C45867;
}
.AnyTagClassName
{
color: #C45867;
}
</style>
background-color css
<style>
a { background-color: #C45867; }
a { background-color: rgb(196,88,103); }
div.DivClassName
{
background-color: #C45867;
}
.BgClassName
{
background-color: #C45867;
}
</style>
border-color css
<style>
span { border-color: #C45867; }
span { border-color: rgb(196,88,103); }
td.TdClassName
{
border-color: #C45867;
}
.TagClassName
{
border-color: #C45867;
}
</style>