Html Css Color HEX #C84D86 Mulberry

📋 copy color: '#C84D86'

red 200 ◦ green 77 ◦ blue 134

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

Shades of Mulberry #C84D86

Tints of Mulberry #C84D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.73%

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

R = 48.66%
G = 18.73%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C84D86 (or 0xC84D86) is known color: Mulberry. HEX triplet: C8, 4D and 86. RGB value is (200,77,134). Sum of RGB (Red+Green+Blue) = 200+77+134=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D86 is #37B279. Grayscale: #787878. Windows color (decimal): -3650170 or 8801736. OLE color: 8801736.

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

Color convert

RGB 200 77 134 -
CMYK 0 0.62 0.33 0.22
HSL 332.2º 0.53% 0.54% -
HSV(B) 332.2º 0.62% 0.78% -
XYZ 30.78 19.31 24.66 -
YUV 120.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 200 77 134 0 0.62 0.33 0.22 332.2 0.53 0.54
Hex C8 4D 86 0 3E 21 16 14C 35 36
Octal 310 115 206 0 76 41 26 514 65 66
Binary 11001000 1001101 10000110 0 111110 100001 10110 101001100 110101 110110

Color Harmonies of #C84D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D86

Black with #C84D86

Text Example


Text Example

White with #C84D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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