Html Css Color HEX #C84A84 Mulberry

📋 copy color: '#C84A84'

red 200 ◦ green 74 ◦ blue 132

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

Shades of Mulberry #C84A84

Tints of Mulberry #C84A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 49.26%
G = 18.23%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84A84 (or 0xC84A84) is known color: Mulberry. HEX triplet: C8, 4A and 84. RGB value is (200,74,132). Sum of RGB (Red+Green+Blue) = 200+74+132=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A84 is #37B57B. Grayscale: #767676. Windows color (decimal): -3650940 or 8669896. OLE color: 8669896.

HSL color Cylindrical-coordinate representation of color #C84A84: hue angle of 332.38º degrees, saturation: 0.53, 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 #C84A84 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 74 132 -
CMYK 0 0.63 0.34 0.22
HSL 332.38º 0.53% 0.54% -
HSV(B) 332.38º 0.63% 0.78% -
XYZ 30.43 18.84 23.86 -
YUV 118.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 200 74 132 0 0.63 0.34 0.22 332.38 0.53 0.54
Hex C8 4A 84 0 3F 22 16 14C 35 36
Octal 310 112 204 0 77 42 26 514 65 66
Binary 11001000 1001010 10000100 0 111111 100010 10110 101001100 110101 110110

Color Harmonies of #C84A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A84

Black with #C84A84

Text Example


Text Example

White with #C84A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A84; }

 p { color: rgb(200,74,132); }

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

background-color css

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

 a { background-color: rgb(200,74,132); }

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

border-color css

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

 span { border-color: rgb(200,74,132); }

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