Shades of Cabaret #C85375
Tints of Cabaret #C85375
RGB
CMYK
RGB Variations
Color information
#C85375 (or 0xC85375) is known color: Cabaret. HEX triplet: C8, 53 and 75. RGB value is (200,83,117). Sum of RGB (Red+Green+Blue) = 200+83+117=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85375 is #37AC8A. Grayscale: #797979. Windows color (decimal): -3648651 or 7689160. OLE color: 7689160.
HSL color Cylindrical-coordinate representation of color #C85375: hue angle of 342.56º 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 #C85375 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 117 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 342.56º | 0.52% | 0.55% | - |
| HSV(B) | 342.56º | 0.59% | 0.78% | - |
| XYZ | 30.12 | 19.75 | 19.05 | - |
| YUV | 121.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 117 | 0 | 0.58 | 0.42 | 0.22 | 342.56 | 0.52 | 0.55 |
| Hex | C8 | 53 | 75 | 0 | 3A | 2A | 16 | 157 | 34 | 37 |
| Octal | 310 | 123 | 165 | 0 | 72 | 52 | 26 | 527 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1110101 | 0 | 111010 | 101010 | 10110 | 101010111 | 110100 | 110111 |
Color Harmonies of #C85375
Complementary color
Monochromatic Colors of #C85375
Black with #C85375
Text Example
Text Example
White with #C85375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85375; }
p { color: rgb(200,83,117); }
H1.HeaderClassName
{
color: #C85375;
}
.AnyTagClassName
{
color: #C85375;
}
</style>
background-color css
<style>
a { background-color: #C85375; }
a { background-color: rgb(200,83,117); }
div.DivClassName
{
background-color: #C85375;
}
.BgClassName
{
background-color: #C85375;
}
</style>
border-color css
<style>
span { border-color: #C85375; }
span { border-color: rgb(200,83,117); }
td.TdClassName
{
border-color: #C85375;
}
.TagClassName
{
border-color: #C85375;
}
</style>