#C84E71

Color #C84E71 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C84E71

Tints of Cabaret #C84E71

Color information

#C84E71 (or 0xC84E71) is unknown color: approx Cabaret. HEX triplet: C8, 4E and 71. RGB value is (200,78,113). Sum of RGB (Red+Green+Blue) = 200+78+113=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E71 is #37B18E. Grayscale: #767676. Windows color (decimal): -3649935 or 7425736. OLE color: 7425736.

HSL color Cylindrical-coordinate representation of color #C84E71: hue angle of 342.79º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E71 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20078113-
CMYK00.610.440.22
HSL342.79º52.59%54.51%-
HSV(B)342.79º61%78.43%-
XYZ29.5218.9217.72-
YUV118.47124.92186.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=51.15%
G=19.95%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007811300.610.440.22342.7952.5954.51
HexC84E7103D2C161573537
Octal31011616107554265276567
Binary1100100010011101110001011110110110010110101010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84E71; }

 p { color: rgb(200,78,113); }

 H1.HeaderClassName
 {
   color: #C84E71;
 }
 .AnyTagClassName
 {
   color: #C84E71;
 }
</style>
background-color css

<style>
 a { background-color: #C84E71; }

 a { background-color: rgb(200,78,113); }

 div.DivClassName
 {
   background-color: #C84E71;
 }
 .BgClassName
 {
   background-color: #C84E71;
 }
</style>
border-color css

<style>
 span { border-color: #C84E71; }

 span { border-color: rgb(200,78,113); }

 td.TdClassName
 {
   border-color: #C84E71;
 }
 .TagClassName
 {
   border-color: #C84E71;
 }
</style>