#C7538B

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

Shades of Mulberry #C7538B

Tints of Mulberry #C7538B

Color information

#C7538B (or 0xC7538B) is unknown color: approx Mulberry. HEX triplet: C7, 53 and 8B. RGB value is (199,83,139). Sum of RGB (Red+Green+Blue) = 199+83+139=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7538B is #38AC74. Grayscale: #7B7B7B. Windows color (decimal): -3714165 or 9130951. OLE color: 9130951.

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

Color convert

RGB19983139-
CMYK00.580.300.22
HSL331.03º50.88%55.29%-
HSV(B)331.03º58.29%78.04%-
XYZ31.3120.1926.67-
YUV124.07136.43181.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=47.27%
G=19.71%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998313900.580.300.22331.0350.8855.29
HexC7538B03A1E1614b3337
Octal30712321307236265136367
Binary1100011110100111000101101110101111010110101001011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7538B; }

 p { color: rgb(199,83,139); }

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

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

 a { background-color: rgb(199,83,139); }

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

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

 span { border-color: rgb(199,83,139); }

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