Html Css Color HEX #C84A7C Mulberry

📋 copy color: '#C84A7C'

red 200 ◦ green 74 ◦ blue 124

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

Shades of Mulberry #C84A7C

Tints of Mulberry #C84A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 50.25%
G = 18.59%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C84A7C (or 0xC84A7C) is known color: Mulberry. HEX triplet: C8, 4A and 7C. RGB value is (200,74,124). Sum of RGB (Red+Green+Blue) = 200+74+124=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A7C is #37B583. Grayscale: #757575. Windows color (decimal): -3650948 or 8145608. OLE color: 8145608.

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

Color convert

RGB 200 74 124 -
CMYK 0 0.63 0.38 0.22
HSL 336.19º 0.53% 0.54% -
HSV(B) 336.19º 0.63% 0.78% -
XYZ 29.91 18.63 21.09 -
YUV 117.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 200 74 124 0 0.63 0.38 0.22 336.19 0.53 0.54
Hex C8 4A 7C 0 3F 26 16 150 35 36
Octal 310 112 174 0 77 46 26 520 65 66
Binary 11001000 1001010 1111100 0 111111 100110 10110 101010000 110101 110110

Color Harmonies of #C84A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A7C

Black with #C84A7C

Text Example


Text Example

White with #C84A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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