Html Css Color HEX #C6479C Mulberry

📋 copy color: '#C6479C'

red 198 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #C6479C

Tints of Mulberry #C6479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 46.59%
G = 16.71%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6479C (or 0xC6479C) is known color: Mulberry. HEX triplet: C6, 47 and 9C. RGB value is (198,71,156). Sum of RGB (Red+Green+Blue) = 198+71+156=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6479C is #39B863. Grayscale: #767676. Windows color (decimal): -3782756 or 10241990. OLE color: 10241990.

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

Color convert

RGB 198 71 156 -
CMYK 0 0.64 0.21 0.22
HSL 319.84º 0.53% 0.53% -
HSV(B) 319.84º 0.64% 0.78% -
XYZ 31.54 18.91 33.44 -
YUV 118.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 198 71 156 0 0.64 0.21 0.22 319.84 0.53 0.53
Hex C6 47 9C 0 40 15 16 140 35 35
Octal 306 107 234 0 100 25 26 500 65 65
Binary 11000110 1000111 10011100 0 1000000 10101 10110 101000000 110101 110101

Color Harmonies of #C6479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6479C

Black with #C6479C

Text Example


Text Example

White with #C6479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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