Html Css Color HEX #C6479F Mulberry

📋 copy color: '#C6479F'

red 198 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #C6479F

Tints of Mulberry #C6479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 46.26%
G = 16.59%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6479F (or 0xC6479F) is known color: Mulberry. HEX triplet: C6, 47 and 9F. RGB value is (198,71,159). Sum of RGB (Red+Green+Blue) = 198+71+159=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6479F is #39B860. Grayscale: #767676. Windows color (decimal): -3782753 or 10438598. OLE color: 10438598.

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

Color convert

RGB 198 71 159 -
CMYK 0 0.64 0.20 0.22
HSL 318.43º 0.53% 0.53% -
HSV(B) 318.43º 0.64% 0.78% -
XYZ 31.8 19.02 34.8 -
YUV 119.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 198 71 159 0 0.64 0.20 0.22 318.43 0.53 0.53
Hex C6 47 9F 0 40 14 16 13E 35 35
Octal 306 107 237 0 100 24 26 476 65 65
Binary 11000110 1000111 10011111 0 1000000 10100 10110 100111110 110101 110101

Color Harmonies of #C6479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6479F

Black with #C6479F

Text Example


Text Example

White with #C6479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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