Html Css Color HEX #C84986 Mulberry

📋 copy color: '#C84986'

red 200 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #C84986

Tints of Mulberry #C84986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

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

R = 49.14%
G = 17.94%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C84986 (or 0xC84986) is known color: Mulberry. HEX triplet: C8, 49 and 86. RGB value is (200,73,134). Sum of RGB (Red+Green+Blue) = 200+73+134=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C84986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84986 is #37B679. Grayscale: #757575. Windows color (decimal): -3651194 or 8800712. OLE color: 8800712.

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

Color convert

RGB 200 73 134 -
CMYK 0 0.64 0.33 0.22
HSL 331.18º 0.54% 0.54% -
HSV(B) 331.18º 0.64% 0.78% -
XYZ 30.51 18.77 24.57 -
YUV 117.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 200 73 134 0 0.64 0.33 0.22 331.18 0.54 0.54
Hex C8 49 86 0 40 21 16 14B 36 36
Octal 310 111 206 0 100 41 26 513 66 66
Binary 11001000 1001001 10000110 0 1000000 100001 10110 101001011 110110 110110

Color Harmonies of #C84986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84986

Black with #C84986

Text Example


Text Example

White with #C84986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84986; }

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

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

background-color css

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

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

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

border-color css

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

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

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