#C85383

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

Shades of Mulberry #C85383

Tints of Mulberry #C85383

Color information

#C85383 (or 0xC85383) is unknown color: approx Mulberry. HEX triplet: C8, 53 and 83. RGB value is (200,83,131). Sum of RGB (Red+Green+Blue) = 200+83+131=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85383 is #37AC7C. Grayscale: #7B7B7B. Windows color (decimal): -3648637 or 8606664. OLE color: 8606664.

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

Color convert

RGB20083131-
CMYK00.580.340.22
HSL335.38º51.54%55.49%-
HSV(B)335.38º58.5%78.43%-
XYZ31.0120.123.72-
YUV123.45132.26182.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=48.31%
G=20.05%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008313100.580.340.22335.3851.5455.49
HexC8538303A221614f3437
Octal31012320307242265176467
Binary11001000101001110000011011101010001010110101001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85383; }

 p { color: rgb(200,83,131); }

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

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

 a { background-color: rgb(200,83,131); }

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

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

 span { border-color: rgb(200,83,131); }

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