Html Css Color HEX #C85983 Mulberry

📋 copy color: '#C85983'

red 200 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #C85983

Tints of Mulberry #C85983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 47.62%
G = 21.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85983 (or 0xC85983) is known color: Mulberry. HEX triplet: C8, 59 and 83. RGB value is (200,89,131). Sum of RGB (Red+Green+Blue) = 200+89+131=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85983 is #37A67C. Grayscale: #7E7E7E. Windows color (decimal): -3647101 or 8608200. OLE color: 8608200.

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

Color convert

RGB 200 89 131 -
CMYK 0 0.56 0.34 0.22
HSL 337.3º 0.5% 0.57% -
HSV(B) 337.3º 0.56% 0.78% -
XYZ 31.49 21.06 23.88 -
YUV 126.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 200 89 131 0 0.56 0.34 0.22 337.3 0.5 0.57
Hex C8 59 83 0 38 22 16 151 32 39
Octal 310 131 203 0 70 42 26 521 62 71
Binary 11001000 1011001 10000011 0 111000 100010 10110 101010001 110010 111001

Color Harmonies of #C85983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85983

Black with #C85983

Text Example


Text Example

White with #C85983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85983; }

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

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

background-color css

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

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

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

border-color css

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

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

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