#C85583

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

Shades of Mulberry #C85583

Tints of Mulberry #C85583

Color information

#C85583 (or 0xC85583) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 83. RGB value is (200,85,131). Sum of RGB (Red+Green+Blue) = 200+85+131=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85583 is #37AA7C. Grayscale: #7C7C7C. Windows color (decimal): -3648125 or 8607176. OLE color: 8607176.

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

Color convert

RGB20085131-
CMYK00.580.340.22
HSL336º51.11%55.88%-
HSV(B)336º57.5%78.43%-
XYZ31.1620.4223.77-
YUV124.63131.6181.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 131 (51.56% from 255) = 31.49%
R=48.08%
G=20.43%
B=31.49%

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
Decimal2008513100.580.340.2233651.1155.88
HexC8558303A22161503338
Octal31012520307242265206370
Binary11001000101010110000011011101010001010110101010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85583; }

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

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

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

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

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

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

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

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