#C84D71

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

Shades of Cabaret #C84D71

Tints of Cabaret #C84D71

Color information

#C84D71 (or 0xC84D71) is unknown color: approx Cabaret. HEX triplet: C8, 4D and 71. RGB value is (200,77,113). Sum of RGB (Red+Green+Blue) = 200+77+113=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D71 is #37B28E. Grayscale: #757575. Windows color (decimal): -3650191 or 7425480. OLE color: 7425480.

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

Color convert

RGB20077113-
CMYK00.620.440.22
HSL342.44º52.79%54.31%-
HSV(B)342.44º61.5%78.43%-
XYZ29.4518.7817.7-
YUV117.88125.25186.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=51.28%
G=19.74%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007711300.620.440.22342.4452.7954.31
HexC84D7103E2C161563536
Octal31011516107654265266566
Binary1100100010011011110001011111010110010110101010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84D71; }

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

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

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

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

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

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

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

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