Html Css Color HEX #C85988 Mulberry

📋 copy color: '#C85988'

red 200 ◦ green 89 ◦ blue 136

#C85988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C85988

Tints of Mulberry #C85988

RGB

 RED value IS 200 (78.52% from 255) = 47.06%

 GREEN value IS 89 (35.16% from 255) = 20.94%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 47.06%
G = 20.94%
B = 32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85988 (or 0xC85988) is known color: Mulberry. HEX triplet: C8, 59 and 88. RGB value is (200,89,136). Sum of RGB (Red+Green+Blue) = 200+89+136=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C85988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85988 is #37A677. Grayscale: #7F7F7F. Windows color (decimal): -3647096 or 8935880. OLE color: 8935880.

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

Color convert

RGB 200 89 136 -
CMYK 0 0.56 0.32 0.22
HSL 334.59º 0.5% 0.57% -
HSV(B) 334.59º 0.56% 0.78% -
XYZ 31.84 21.2 25.71 -
YUV 127.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 200 89 136 0 0.56 0.32 0.22 334.59 0.5 0.57
Hex C8 59 88 0 38 20 16 14F 32 39
Octal 310 131 210 0 70 40 26 517 62 71
Binary 11001000 1011001 10001000 0 111000 100000 10110 101001111 110010 111001

Color Harmonies of #C85988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85988

Black with #C85988

Text Example


Text Example

White with #C85988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85988; }

 p { color: rgb(200,89,136); }

 H1.HeaderClassName
 {
   color: #C85988;
 }
 .AnyTagClassName
 {
   color: #C85988;
 }
</style>

background-color css

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

 a { background-color: rgb(200,89,136); }

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

border-color css

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

 span { border-color: rgb(200,89,136); }

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