Shades of Cabaret #C85175
Tints of Cabaret #C85175
RGB
CMYK
RGB Variations
Color information
#C85175 (or 0xC85175) is known color: Cabaret. HEX triplet: C8, 51 and 75. RGB value is (200,81,117). Sum of RGB (Red+Green+Blue) = 200+81+117=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C85175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85175 is #37AE8A. Grayscale: #787878. Windows color (decimal): -3649163 or 7688648. OLE color: 7688648.
HSL color Cylindrical-coordinate representation of color #C85175: hue angle of 341.85º 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 #C85175 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 117 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.22 |
| HSL | 341.85º | 0.52% | 0.55% | - |
| HSV(B) | 341.85º | 0.6% | 0.78% | - |
| XYZ | 29.97 | 19.45 | 19 | - |
| YUV | 120.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 117 | 0 | 0.59 | 0.42 | 0.22 | 341.85 | 0.52 | 0.55 |
| Hex | C8 | 51 | 75 | 0 | 3B | 2A | 16 | 156 | 34 | 37 |
| Octal | 310 | 121 | 165 | 0 | 73 | 52 | 26 | 526 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1110101 | 0 | 111011 | 101010 | 10110 | 101010110 | 110100 | 110111 |
Color Harmonies of #C85175
Complementary color
Monochromatic Colors of #C85175
Black with #C85175
Text Example
Text Example
White with #C85175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85175; }
p { color: rgb(200,81,117); }
H1.HeaderClassName
{
color: #C85175;
}
.AnyTagClassName
{
color: #C85175;
}
</style>
background-color css
<style>
a { background-color: #C85175; }
a { background-color: rgb(200,81,117); }
div.DivClassName
{
background-color: #C85175;
}
.BgClassName
{
background-color: #C85175;
}
</style>
border-color css
<style>
span { border-color: #C85175; }
span { border-color: rgb(200,81,117); }
td.TdClassName
{
border-color: #C85175;
}
.TagClassName
{
border-color: #C85175;
}
</style>