Shades of Cabaret #C85365
Tints of Cabaret #C85365
RGB
CMYK
RGB Variations
Color information
#C85365 (or 0xC85365) is known color: Cabaret. HEX triplet: C8, 53 and 65. RGB value is (200,83,101). Sum of RGB (Red+Green+Blue) = 200+83+101=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85365 is #37AC9A. Grayscale: #787878. Windows color (decimal): -3648667 or 6640584. OLE color: 6640584.
HSL color Cylindrical-coordinate representation of color #C85365: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85365 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 101 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.22 |
| HSL | 350.77º | 0.52% | 0.55% | - |
| HSV(B) | 350.77º | 0.59% | 0.78% | - |
| XYZ | 29.26 | 19.41 | 14.52 | - |
| YUV | 120.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 101 | 0 | 0.58 | 0.49 | 0.22 | 350.77 | 0.52 | 0.55 |
| Hex | C8 | 53 | 65 | 0 | 3A | 31 | 16 | 15F | 34 | 37 |
| Octal | 310 | 123 | 145 | 0 | 72 | 61 | 26 | 537 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1100101 | 0 | 111010 | 110001 | 10110 | 101011111 | 110100 | 110111 |
Color Harmonies of #C85365
Complementary color
Monochromatic Colors of #C85365
Black with #C85365
Text Example
Text Example
White with #C85365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85365; }
p { color: rgb(200,83,101); }
H1.HeaderClassName
{
color: #C85365;
}
.AnyTagClassName
{
color: #C85365;
}
</style>
background-color css
<style>
a { background-color: #C85365; }
a { background-color: rgb(200,83,101); }
div.DivClassName
{
background-color: #C85365;
}
.BgClassName
{
background-color: #C85365;
}
</style>
border-color css
<style>
span { border-color: #C85365; }
span { border-color: rgb(200,83,101); }
td.TdClassName
{
border-color: #C85365;
}
.TagClassName
{
border-color: #C85365;
}
</style>