Html Css Color HEX #C85389 Mulberry

📋 copy color: '#C85389'

red 200 ◦ green 83 ◦ blue 137

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

Shades of Mulberry #C85389

Tints of Mulberry #C85389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 47.62%
G = 19.76%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85389 (or 0xC85389) is known color: Mulberry. HEX triplet: C8, 53 and 89. RGB value is (200,83,137). Sum of RGB (Red+Green+Blue) = 200+83+137=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85389 is #37AC76. Grayscale: #7C7C7C. Windows color (decimal): -3648631 or 8999880. OLE color: 8999880.

HSL color Cylindrical-coordinate representation of color #C85389: hue angle of 332.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85389 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 137 -
CMYK 0 0.58 0.32 0.22
HSL 332.31º 0.52% 0.55% -
HSV(B) 332.31º 0.59% 0.78% -
XYZ 31.43 20.27 25.92 -
YUV 124.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 200 83 137 0 0.58 0.32 0.22 332.31 0.52 0.55
Hex C8 53 89 0 3A 20 16 14C 34 37
Octal 310 123 211 0 72 40 26 514 64 67
Binary 11001000 1010011 10001001 0 111010 100000 10110 101001100 110100 110111

Color Harmonies of #C85389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85389

Black with #C85389

Text Example


Text Example

White with #C85389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85389; }

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

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

background-color css

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

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

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

border-color css

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

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

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