#C7508A

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

Shades of Mulberry #C7508A

Tints of Mulberry #C7508A

Color information

#C7508A (or 0xC7508A) is unknown color: approx Mulberry. HEX triplet: C7, 50 and 8A. RGB value is (199,80,138). Sum of RGB (Red+Green+Blue) = 199+80+138=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7508A is #38AF75. Grayscale: #7A7A7A. Windows color (decimal): -3714934 or 9064647. OLE color: 9064647.

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

Color convert

RGB19980138-
CMYK00.600.310.22
HSL330.76º51.52%54.71%-
HSV(B)330.76º59.8%78.04%-
XYZ31.0119.7126.22-
YUV122.19136.92182.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=47.72%
G=19.18%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998013800.600.310.22330.7651.5254.71
HexC7508A03C1F1614b3437
Octal30712021207437265136467
Binary1100011110100001000101001111001111110110101001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7508A; }

 p { color: rgb(199,80,138); }

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

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

 a { background-color: rgb(199,80,138); }

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

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

 span { border-color: rgb(199,80,138); }

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