#C84E72

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

Shades of Cabaret #C84E72

Tints of Cabaret #C84E72

Color information

#C84E72 (or 0xC84E72) is unknown color: approx Cabaret. HEX triplet: C8, 4E and 72. RGB value is (200,78,114). Sum of RGB (Red+Green+Blue) = 200+78+114=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E72 is #37B18D. Grayscale: #767676. Windows color (decimal): -3649934 or 7491272. OLE color: 7491272.

HSL color Cylindrical-coordinate representation of color #C84E72: hue angle of 342.3º 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 #C84E72 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB20078114-
CMYK00.610.430.22
HSL342.3º52.59%54.51%-
HSV(B)342.3º61%78.43%-
XYZ29.5818.9418.02-
YUV118.58125.42186.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.02%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=51.02%
G=19.90%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007811400.610.430.22342.352.5954.51
HexC84E7203D2B161563537
Octal31011616207553265266567
Binary1100100010011101110010011110110101110110101010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84E72; }

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

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

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

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

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

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

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

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