Html Css Color HEX #C84A8B Mulberry

📋 copy color: '#C84A8B'

red 200 ◦ green 74 ◦ blue 139

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

Shades of Mulberry #C84A8B

Tints of Mulberry #C84A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 48.43%
G = 17.92%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C84A8B (or 0xC84A8B) is known color: Mulberry. HEX triplet: C8, 4A and 8B. RGB value is (200,74,139). Sum of RGB (Red+Green+Blue) = 200+74+139=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A8B is #37B574. Grayscale: #767676. Windows color (decimal): -3650933 or 9128648. OLE color: 9128648.

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

Color convert

RGB 200 74 139 -
CMYK 0 0.63 0.30 0.22
HSL 329.05º 0.53% 0.54% -
HSV(B) 329.05º 0.63% 0.78% -
XYZ 30.93 19.04 26.47 -
YUV 119.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 200 74 139 0 0.63 0.30 0.22 329.05 0.53 0.54
Hex C8 4A 8B 0 3F 1E 16 149 35 36
Octal 310 112 213 0 77 36 26 511 65 66
Binary 11001000 1001010 10001011 0 111111 11110 10110 101001001 110101 110110

Color Harmonies of #C84A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A8B

Black with #C84A8B

Text Example


Text Example

White with #C84A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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