Html Css Color HEX #C84586 Mulberry

📋 copy color: '#C84586'

red 200 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C84586

Tints of Mulberry #C84586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 49.63%
G = 17.12%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C84586 (or 0xC84586) is known color: Mulberry. HEX triplet: C8, 45 and 86. RGB value is (200,69,134). Sum of RGB (Red+Green+Blue) = 200+69+134=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C84586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84586 is #37BA79. Grayscale: #737373. Windows color (decimal): -3652218 or 8799688. OLE color: 8799688.

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

Color convert

RGB 200 69 134 -
CMYK 0 0.66 0.33 0.22
HSL 330.23º 0.54% 0.53% -
HSV(B) 330.23º 0.66% 0.78% -
XYZ 30.25 18.26 24.48 -
YUV 115.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 200 69 134 0 0.66 0.33 0.22 330.23 0.54 0.53
Hex C8 45 86 0 42 21 16 14A 36 35
Octal 310 105 206 0 102 41 26 512 66 65
Binary 11001000 1000101 10000110 0 1000010 100001 10110 101001010 110110 110101

Color Harmonies of #C84586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84586

Black with #C84586

Text Example


Text Example

White with #C84586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84586; }

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

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

background-color css

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

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

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

border-color css

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

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

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