#C74284

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

Shades of Mulberry #C74284

Tints of Mulberry #C74284

Color information

#C74284 (or 0xC74284) is unknown color: approx Mulberry. HEX triplet: C7, 42 and 84. RGB value is (199,66,132). Sum of RGB (Red+Green+Blue) = 199+66+132=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C74284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74284 is #38BD7B. Grayscale: #717171. Windows color (decimal): -3718524 or 8667847. OLE color: 8667847.

HSL color Cylindrical-coordinate representation of color #C74284: hue angle of 330.23º degrees, saturation: 0.54, 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 #C74284 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB19966132-
CMYK00.670.340.22
HSL330.23º54.29%51.96%-
HSV(B)330.23º66.83%78.04%-
XYZ29.6717.723.68-
YUV113.29138.56189.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.13%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=50.13%
G=16.62%
B=33.25%

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
Decimal1996613200.670.340.22330.2354.2951.96
HexC74284043221614a3634
Octal307102204010342265126664
Binary110001111000010100001000100001110001010110101001010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74284; }

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

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

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

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

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

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

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

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