Html Css Color HEX #C84782 Mulberry

📋 copy color: '#C84782'

red 200 ◦ green 71 ◦ blue 130

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

Shades of Mulberry #C84782

Tints of Mulberry #C84782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 49.88%
G = 17.71%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C84782 (or 0xC84782) is known color: Mulberry. HEX triplet: C8, 47 and 82. RGB value is (200,71,130). Sum of RGB (Red+Green+Blue) = 200+71+130=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84782 is #37B87D. Grayscale: #747474. Windows color (decimal): -3651710 or 8538056. OLE color: 8538056.

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

Color convert

RGB 200 71 130 -
CMYK 0 0.64 0.35 0.22
HSL 332.56º 0.54% 0.53% -
HSV(B) 332.56º 0.65% 0.78% -
XYZ 30.1 18.4 23.08 -
YUV 116.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 200 71 130 0 0.64 0.35 0.22 332.56 0.54 0.53
Hex C8 47 82 0 40 23 16 14D 36 35
Octal 310 107 202 0 100 43 26 515 66 65
Binary 11001000 1000111 10000010 0 1000000 100011 10110 101001101 110110 110101

Color Harmonies of #C84782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84782

Black with #C84782

Text Example


Text Example

White with #C84782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84782; }

 p { color: rgb(200,71,130); }

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

background-color css

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

 a { background-color: rgb(200,71,130); }

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

border-color css

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

 span { border-color: rgb(200,71,130); }

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