#C75284

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

Shades of Mulberry #C75284

Tints of Mulberry #C75284

Color information

#C75284 (or 0xC75284) is unknown color: approx Mulberry. HEX triplet: C7, 52 and 84. RGB value is (199,82,132). Sum of RGB (Red+Green+Blue) = 199+82+132=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75284 is #38AD7B. Grayscale: #7A7A7A. Windows color (decimal): -3714428 or 8671943. OLE color: 8671943.

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

Color convert

RGB19982132-
CMYK00.590.340.22
HSL334.36º51.09%55.1%-
HSV(B)334.36º58.79%78.04%-
XYZ30.7419.8424.04-
YUV122.68133.26182.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.18%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=48.18%
G=19.85%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998213200.590.340.22334.3651.0955.1
HexC7528403B221614e3337
Octal30712220407342265166367
Binary11000111101001010000100011101110001010110101001110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75284; }

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

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

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

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

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

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

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

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