Html Css Color HEX #C84386 Mulberry

📋 copy color: '#C84386'

red 200 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #C84386

Tints of Mulberry #C84386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 49.88%
G = 16.71%
B = 33.42%

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

#C84386 (or 0xC84386) is known color: Mulberry. HEX triplet: C8, 43 and 86. RGB value is (200,67,134). Sum of RGB (Red+Green+Blue) = 200+67+134=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84386 is #37BC79. Grayscale: #727272. Windows color (decimal): -3652730 or 8799176. OLE color: 8799176.

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

Color convert

RGB 200 67 134 -
CMYK 0 0.66 0.33 0.22
HSL 329.77º 0.55% 0.52% -
HSV(B) 329.77º 0.67% 0.78% -
XYZ 30.13 18.01 24.44 -
YUV 114.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 200 67 134 0 0.66 0.33 0.22 329.77 0.55 0.52
Hex C8 43 86 0 42 21 16 14A 37 34
Octal 310 103 206 0 102 41 26 512 67 64
Binary 11001000 1000011 10000110 0 1000010 100001 10110 101001010 110111 110100

Color Harmonies of #C84386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84386

Black with #C84386

Text Example


Text Example

White with #C84386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84386; }

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

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

background-color css

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

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

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

border-color css

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

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

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