Html Css Color HEX #C8479A Mulberry

📋 copy color: '#C8479A'

red 200 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #C8479A

Tints of Mulberry #C8479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 47.06%
G = 16.71%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8479A (or 0xC8479A) is known color: Mulberry. HEX triplet: C8, 47 and 9A. RGB value is (200,71,154). Sum of RGB (Red+Green+Blue) = 200+71+154=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8479A is #37B865. Grayscale: #767676. Windows color (decimal): -3651686 or 10110920. OLE color: 10110920.

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

Color convert

RGB 200 71 154 -
CMYK 0 0.64 0.23 0.22
HSL 321.4º 0.54% 0.53% -
HSV(B) 321.4º 0.65% 0.78% -
XYZ 31.91 19.12 32.58 -
YUV 119.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 200 71 154 0 0.64 0.23 0.22 321.4 0.54 0.53
Hex C8 47 9A 0 40 17 16 141 36 35
Octal 310 107 232 0 100 27 26 501 66 65
Binary 11001000 1000111 10011010 0 1000000 10111 10110 101000001 110110 110101

Color Harmonies of #C8479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8479A

Black with #C8479A

Text Example


Text Example

White with #C8479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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