#C84284

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

Shades of Mulberry #C84284

Tints of Mulberry #C84284

Color information

#C84284 (or 0xC84284) is unknown color: approx Mulberry. HEX triplet: C8, 42 and 84. RGB value is (200,66,132). Sum of RGB (Red+Green+Blue) = 200+66+132=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C84284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84284 is #37BD7B. Grayscale: #717171. Windows color (decimal): -3652988 or 8667848. OLE color: 8667848.

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

Color convert

RGB20066132-
CMYK00.670.340.22
HSL330.45º54.92%52.16%-
HSV(B)330.45º67%78.43%-
XYZ29.9317.8423.7-
YUV113.59138.39189.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=50.25%
G=16.58%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006613200.670.340.22330.4554.9252.16
HexC84284043221614a3734
Octal310102204010342265126764
Binary110010001000010100001000100001110001010110101001010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84284; }

 p { color: rgb(200,66,132); }

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

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

 a { background-color: rgb(200,66,132); }

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

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

 span { border-color: rgb(200,66,132); }

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