#C84B8E

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

Shades of Mulberry #C84B8E

Tints of Mulberry #C84B8E

Color information

#C84B8E (or 0xC84B8E) is unknown color: approx Mulberry. HEX triplet: C8, 4B and 8E. RGB value is (200,75,142). Sum of RGB (Red+Green+Blue) = 200+75+142=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B8E is #37B471. Grayscale: #777777. Windows color (decimal): -3650674 or 9325512. OLE color: 9325512.

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

Color convert

RGB20075142-
CMYK00.620.290.22
HSL327.84º53.19%53.92%-
HSV(B)327.84º62.5%78.43%-
XYZ31.2219.2627.66-
YUV120.01140.41185.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=47.96%
G=17.99%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007514200.620.290.22327.8453.1953.92
HexC84B8E03E1D161483536
Octal31011321607635265106566
Binary1100100010010111000111001111101110110110101001000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B8E; }

 p { color: rgb(200,75,142); }

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

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

 a { background-color: rgb(200,75,142); }

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

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

 span { border-color: rgb(200,75,142); }

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