Html Css Color HEX #C6477E Mulberry

📋 copy color: '#C6477E'

red 198 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #C6477E

Tints of Mulberry #C6477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 50.13%
G = 17.97%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6477E (or 0xC6477E) is known color: Mulberry. HEX triplet: C6, 47 and 7E. RGB value is (198,71,126). Sum of RGB (Red+Green+Blue) = 198+71+126=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6477E is #39B881. Grayscale: #737373. Windows color (decimal): -3782786 or 8275910. OLE color: 8275910.

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

Color convert

RGB 198 71 126 -
CMYK 0 0.64 0.36 0.22
HSL 334.02º 0.53% 0.53% -
HSV(B) 334.02º 0.64% 0.78% -
XYZ 29.31 18.02 21.67 -
YUV 115.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 198 71 126 0 0.64 0.36 0.22 334.02 0.53 0.53
Hex C6 47 7E 0 40 24 16 14E 35 35
Octal 306 107 176 0 100 44 26 516 65 65
Binary 11000110 1000111 1111110 0 1000000 100100 10110 101001110 110101 110101

Color Harmonies of #C6477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6477E

Black with #C6477E

Text Example


Text Example

White with #C6477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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