#C85398

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

Shades of Mulberry #C85398

Tints of Mulberry #C85398

Color information

#C85398 (or 0xC85398) is unknown color: approx Mulberry. HEX triplet: C8, 53 and 98. RGB value is (200,83,152). Sum of RGB (Red+Green+Blue) = 200+83+152=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85398 is #37AC67. Grayscale: #7D7D7D. Windows color (decimal): -3648616 or 9982920. OLE color: 9982920.

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

Color convert

RGB20083152-
CMYK00.580.240.22
HSL324.62º51.54%55.49%-
HSV(B)324.62º58.5%78.43%-
XYZ32.5820.7331.99-
YUV125.85142.76180.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=45.98%
G=19.08%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008315200.580.240.22324.6251.5455.49
HexC8539803A18161453437
Octal31012323007230265056467
Binary1100100010100111001100001110101100010110101000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85398; }

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

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

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

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

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

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

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

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