Html Css Color HEX #C85390 Mulberry

📋 copy color: '#C85390'

red 200 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #C85390

Tints of Mulberry #C85390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 46.84%
G = 19.44%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85390 (or 0xC85390) is known color: Mulberry. HEX triplet: C8, 53 and 90. RGB value is (200,83,144). Sum of RGB (Red+Green+Blue) = 200+83+144=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85390 is #37AC6F. Grayscale: #7C7C7C. Windows color (decimal): -3648624 or 9458632. OLE color: 9458632.

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

Color convert

RGB 200 83 144 -
CMYK 0 0.58 0.28 0.22
HSL 328.72º 0.52% 0.55% -
HSV(B) 328.72º 0.59% 0.78% -
XYZ 31.95 20.48 28.65 -
YUV 124.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 200 83 144 0 0.58 0.28 0.22 328.72 0.52 0.55
Hex C8 53 90 0 3A 1C 16 149 34 37
Octal 310 123 220 0 72 34 26 511 64 67
Binary 11001000 1010011 10010000 0 111010 11100 10110 101001001 110100 110111

Color Harmonies of #C85390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85390

Black with #C85390

Text Example


Text Example

White with #C85390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85390; }

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

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

background-color css

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

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

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

border-color css

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

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

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