Html Css Color HEX #C84584 Mulberry

📋 copy color: '#C84584'

red 200 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C84584

Tints of Mulberry #C84584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.21%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 49.88%
G = 17.21%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84584 (or 0xC84584) is known color: Mulberry. HEX triplet: C8, 45 and 84. RGB value is (200,69,132). Sum of RGB (Red+Green+Blue) = 200+69+132=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84584 is #37BA7B. Grayscale: #737373. Windows color (decimal): -3652220 or 8668616. OLE color: 8668616.

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

Color convert

RGB 200 69 132 -
CMYK 0 0.66 0.34 0.22
HSL 331.15º 0.54% 0.53% -
HSV(B) 331.15º 0.66% 0.78% -
XYZ 30.11 18.2 23.76 -
YUV 115.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 200 69 132 0 0.66 0.34 0.22 331.15 0.54 0.53
Hex C8 45 84 0 42 22 16 14B 36 35
Octal 310 105 204 0 102 42 26 513 66 65
Binary 11001000 1000101 10000100 0 1000010 100010 10110 101001011 110110 110101

Color Harmonies of #C84584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84584

Black with #C84584

Text Example


Text Example

White with #C84584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84584; }

 p { color: rgb(200,69,132); }

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

background-color css

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

 a { background-color: rgb(200,69,132); }

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

border-color css

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

 span { border-color: rgb(200,69,132); }

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