Shades of Cabaret #C85075
Tints of Cabaret #C85075
RGB
CMYK
RGB Variations
Color information
#C85075 (or 0xC85075) is known color: Cabaret. HEX triplet: C8, 50 and 75. RGB value is (200,80,117). Sum of RGB (Red+Green+Blue) = 200+80+117=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85075 is #37AF8A. Grayscale: #787878. Windows color (decimal): -3649419 or 7688392. OLE color: 7688392.
HSL color Cylindrical-coordinate representation of color #C85075: hue angle of 341.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85075 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 117 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.22 |
| HSL | 341.5º | 0.52% | 0.55% | - |
| HSV(B) | 341.5º | 0.6% | 0.78% | - |
| XYZ | 29.9 | 19.3 | 18.98 | - |
| YUV | 120.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 117 | 0 | 0.6 | 0.42 | 0.22 | 341.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | 75 | 0 | 3C | 2A | 16 | 156 | 34 | 37 |
| Octal | 310 | 120 | 165 | 0 | 74 | 52 | 26 | 526 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1110101 | 0 | 111100 | 101010 | 10110 | 101010110 | 110100 | 110111 |
Color Harmonies of #C85075
Complementary color
Monochromatic Colors of #C85075
Black with #C85075
Text Example
Text Example
White with #C85075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85075; }
p { color: rgb(200,80,117); }
H1.HeaderClassName
{
color: #C85075;
}
.AnyTagClassName
{
color: #C85075;
}
</style>
background-color css
<style>
a { background-color: #C85075; }
a { background-color: rgb(200,80,117); }
div.DivClassName
{
background-color: #C85075;
}
.BgClassName
{
background-color: #C85075;
}
</style>
border-color css
<style>
span { border-color: #C85075; }
span { border-color: rgb(200,80,117); }
td.TdClassName
{
border-color: #C85075;
}
.TagClassName
{
border-color: #C85075;
}
</style>