Html Css Color HEX #C6477D Mulberry

📋 copy color: '#C6477D'

red 198 ◦ green 71 ◦ blue 125

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

Shades of Mulberry #C6477D

Tints of Mulberry #C6477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 50.25%
G = 18.02%
B = 31.73%

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

#C6477D (or 0xC6477D) is known color: Mulberry. HEX triplet: C6, 47 and 7D. RGB value is (198,71,125). Sum of RGB (Red+Green+Blue) = 198+71+125=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6477D is #39B882. Grayscale: #737373. Windows color (decimal): -3782787 or 8210374. OLE color: 8210374.

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

Color convert

RGB 198 71 125 -
CMYK 0 0.64 0.37 0.22
HSL 334.49º 0.53% 0.53% -
HSV(B) 334.49º 0.64% 0.78% -
XYZ 29.24 17.99 21.33 -
YUV 115.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 198 71 125 0 0.64 0.37 0.22 334.49 0.53 0.53
Hex C6 47 7D 0 40 25 16 14E 35 35
Octal 306 107 175 0 100 45 26 516 65 65
Binary 11000110 1000111 1111101 0 1000000 100101 10110 101001110 110101 110101

Color Harmonies of #C6477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6477D

Black with #C6477D

Text Example


Text Example

White with #C6477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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