Shades of Cabaret #C85374
Tints of Cabaret #C85374
RGB
CMYK
RGB Variations
Color information
#C85374 (or 0xC85374) is known color: Cabaret. HEX triplet: C8, 53 and 74. RGB value is (200,83,116). Sum of RGB (Red+Green+Blue) = 200+83+116=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85374 is #37AC8B. Grayscale: #797979. Windows color (decimal): -3648652 or 7623624. OLE color: 7623624.
HSL color Cylindrical-coordinate representation of color #C85374: hue angle of 343.08º 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 #C85374 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 116 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 343.08º | 0.52% | 0.55% | - |
| HSV(B) | 343.08º | 0.59% | 0.78% | - |
| XYZ | 30.07 | 19.73 | 18.75 | - |
| YUV | 121.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 116 | 0 | 0.58 | 0.42 | 0.22 | 343.08 | 0.52 | 0.55 |
| Hex | C8 | 53 | 74 | 0 | 3A | 2A | 16 | 157 | 34 | 37 |
| Octal | 310 | 123 | 164 | 0 | 72 | 52 | 26 | 527 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1110100 | 0 | 111010 | 101010 | 10110 | 101010111 | 110100 | 110111 |
Color Harmonies of #C85374
Complementary color
Monochromatic Colors of #C85374
Black with #C85374
Text Example
Text Example
White with #C85374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85374; }
p { color: rgb(200,83,116); }
H1.HeaderClassName
{
color: #C85374;
}
.AnyTagClassName
{
color: #C85374;
}
</style>
background-color css
<style>
a { background-color: #C85374; }
a { background-color: rgb(200,83,116); }
div.DivClassName
{
background-color: #C85374;
}
.BgClassName
{
background-color: #C85374;
}
</style>
border-color css
<style>
span { border-color: #C85374; }
span { border-color: rgb(200,83,116); }
td.TdClassName
{
border-color: #C85374;
}
.TagClassName
{
border-color: #C85374;
}
</style>