Html Css Color HEX #C84A7F Mulberry

📋 copy color: '#C84A7F'

red 200 ◦ green 74 ◦ blue 127

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

Shades of Mulberry #C84A7F

Tints of Mulberry #C84A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 49.88%
G = 18.45%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C84A7F (or 0xC84A7F) is known color: Mulberry. HEX triplet: C8, 4A and 7F. RGB value is (200,74,127). Sum of RGB (Red+Green+Blue) = 200+74+127=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A7F is #37B580. Grayscale: #757575. Windows color (decimal): -3650945 or 8342216. OLE color: 8342216.

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

Color convert

RGB 200 74 127 -
CMYK 0 0.63 0.36 0.22
HSL 334.76º 0.53% 0.54% -
HSV(B) 334.76º 0.63% 0.78% -
XYZ 30.1 18.71 22.1 -
YUV 117.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 200 74 127 0 0.63 0.36 0.22 334.76 0.53 0.54
Hex C8 4A 7F 0 3F 24 16 14F 35 36
Octal 310 112 177 0 77 44 26 517 65 66
Binary 11001000 1001010 1111111 0 111111 100100 10110 101001111 110101 110110

Color Harmonies of #C84A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A7F

Black with #C84A7F

Text Example


Text Example

White with #C84A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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