Shades of Cabaret #C45367
Tints of Cabaret #C45367
RGB
CMYK
RGB Variations
Color information
#C45367 (or 0xC45367) is known color: Cabaret. HEX triplet: C4, 53 and 67. RGB value is (196,83,103). Sum of RGB (Red+Green+Blue) = 196+83+103=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C45367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45367 is #3BAC98. Grayscale: #777777. Windows color (decimal): -3910809 or 6771652. OLE color: 6771652.
HSL color Cylindrical-coordinate representation of color #C45367: hue angle of 349.38º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45367 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 103 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.23 |
| HSL | 349.38º | 0.49% | 0.55% | - |
| HSV(B) | 349.38º | 0.58% | 0.77% | - |
| XYZ | 28.31 | 18.9 | 14.99 | - |
| YUV | 119.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 103 | 0 | 0.58 | 0.47 | 0.23 | 349.38 | 0.49 | 0.55 |
| Hex | C4 | 53 | 67 | 0 | 3A | 2F | 17 | 15D | 31 | 37 |
| Octal | 304 | 123 | 147 | 0 | 72 | 57 | 27 | 535 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1100111 | 0 | 111010 | 101111 | 10111 | 101011101 | 110001 | 110111 |
Color Harmonies of #C45367
Complementary color
Monochromatic Colors of #C45367
Black with #C45367
Text Example
Text Example
White with #C45367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45367; }
p { color: rgb(196,83,103); }
H1.HeaderClassName
{
color: #C45367;
}
.AnyTagClassName
{
color: #C45367;
}
</style>
background-color css
<style>
a { background-color: #C45367; }
a { background-color: rgb(196,83,103); }
div.DivClassName
{
background-color: #C45367;
}
.BgClassName
{
background-color: #C45367;
}
</style>
border-color css
<style>
span { border-color: #C45367; }
span { border-color: rgb(196,83,103); }
td.TdClassName
{
border-color: #C45367;
}
.TagClassName
{
border-color: #C45367;
}
</style>