Html Css Color HEX #C84785 Mulberry

📋 copy color: '#C84785'

red 200 ◦ green 71 ◦ blue 133

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

Shades of Mulberry #C84785

Tints of Mulberry #C84785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 49.5%
G = 17.57%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84785 (or 0xC84785) is known color: Mulberry. HEX triplet: C8, 47 and 85. RGB value is (200,71,133). Sum of RGB (Red+Green+Blue) = 200+71+133=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C84785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84785 is #37B87A. Grayscale: #747474. Windows color (decimal): -3651707 or 8734664. OLE color: 8734664.

HSL color Cylindrical-coordinate representation of color #C84785: hue angle of 331.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84785 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 133 -
CMYK 0 0.64 0.34 0.22
HSL 331.16º 0.54% 0.53% -
HSV(B) 331.16º 0.65% 0.78% -
XYZ 30.31 18.48 24.16 -
YUV 116.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 200 71 133 0 0.64 0.34 0.22 331.16 0.54 0.53
Hex C8 47 85 0 40 22 16 14B 36 35
Octal 310 107 205 0 100 42 26 513 66 65
Binary 11001000 1000111 10000101 0 1000000 100010 10110 101001011 110110 110101

Color Harmonies of #C84785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84785

Black with #C84785

Text Example


Text Example

White with #C84785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84785; }

 p { color: rgb(200,71,133); }

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

background-color css

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

 a { background-color: rgb(200,71,133); }

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

border-color css

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

 span { border-color: rgb(200,71,133); }

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