Html Css Color HEX #C85689 Mulberry

📋 copy color: '#C85689'

red 200 ◦ green 86 ◦ blue 137

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

Shades of Mulberry #C85689

Tints of Mulberry #C85689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 47.28%
G = 20.33%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85689 (or 0xC85689) is known color: Mulberry. HEX triplet: C8, 56 and 89. RGB value is (200,86,137). Sum of RGB (Red+Green+Blue) = 200+86+137=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C85689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85689 is #37A976. Grayscale: #7D7D7D. Windows color (decimal): -3647863 or 9000648. OLE color: 9000648.

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

Color convert

RGB 200 86 137 -
CMYK 0 0.57 0.32 0.22
HSL 333.16º 0.51% 0.56% -
HSV(B) 333.16º 0.57% 0.78% -
XYZ 31.66 20.74 26 -
YUV 125.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 200 86 137 0 0.57 0.32 0.22 333.16 0.51 0.56
Hex C8 56 89 0 39 20 16 14D 33 38
Octal 310 126 211 0 71 40 26 515 63 70
Binary 11001000 1010110 10001001 0 111001 100000 10110 101001101 110011 111000

Color Harmonies of #C85689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85689

Black with #C85689

Text Example


Text Example

White with #C85689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85689; }

 p { color: rgb(200,86,137); }

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

background-color css

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

 a { background-color: rgb(200,86,137); }

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

border-color css

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

 span { border-color: rgb(200,86,137); }

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