Html Css Color HEX #C6477C Mulberry

📋 copy color: '#C6477C'

red 198 ◦ green 71 ◦ blue 124

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

Shades of Mulberry #C6477C

Tints of Mulberry #C6477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 50.38%
G = 18.07%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6477C (or 0xC6477C) is known color: Mulberry. HEX triplet: C6, 47 and 7C. RGB value is (198,71,124). Sum of RGB (Red+Green+Blue) = 198+71+124=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6477C is #39B883. Grayscale: #727272. Windows color (decimal): -3782788 or 8144838. OLE color: 8144838.

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

Color convert

RGB 198 71 124 -
CMYK 0 0.64 0.37 0.22
HSL 334.96º 0.53% 0.53% -
HSV(B) 334.96º 0.64% 0.78% -
XYZ 29.18 17.97 21 -
YUV 115.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 198 71 124 0 0.64 0.37 0.22 334.96 0.53 0.53
Hex C6 47 7C 0 40 25 16 14F 35 35
Octal 306 107 174 0 100 45 26 517 65 65
Binary 11000110 1000111 1111100 0 1000000 100101 10110 101001111 110101 110101

Color Harmonies of #C6477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6477C

Black with #C6477C

Text Example


Text Example

White with #C6477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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