Html Css Color HEX #C6479A Mulberry

📋 copy color: '#C6479A'

red 198 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #C6479A

Tints of Mulberry #C6479A

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

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

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

R = 46.81%
G = 16.78%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6479A (or 0xC6479A) is known color: Mulberry. HEX triplet: C6, 47 and 9A. RGB value is (198,71,154). Sum of RGB (Red+Green+Blue) = 198+71+154=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6479A is #39B865. Grayscale: #767676. Windows color (decimal): -3782758 or 10110918. OLE color: 10110918.

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

Color convert

RGB 198 71 154 -
CMYK 0 0.64 0.22 0.22
HSL 320.79º 0.53% 0.53% -
HSV(B) 320.79º 0.64% 0.78% -
XYZ 31.37 18.85 32.56 -
YUV 118.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 198 71 154 0 0.64 0.22 0.22 320.79 0.53 0.53
Hex C6 47 9A 0 40 16 16 141 35 35
Octal 306 107 232 0 100 26 26 501 65 65
Binary 11000110 1000111 10011010 0 1000000 10110 10110 101000001 110101 110101

Color Harmonies of #C6479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6479A

Black with #C6479A

Text Example


Text Example

White with #C6479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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