Html Css Color HEX #C64780 Mulberry

📋 copy color: '#C64780'

red 198 ◦ green 71 ◦ blue 128

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

Shades of Mulberry #C64780

Tints of Mulberry #C64780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 49.87%
G = 17.88%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64780 (or 0xC64780) is known color: Mulberry. HEX triplet: C6, 47 and 80. RGB value is (198,71,128). Sum of RGB (Red+Green+Blue) = 198+71+128=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64780 is #39B87F. Grayscale: #737373. Windows color (decimal): -3782784 or 8406982. OLE color: 8406982.

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

Color convert

RGB 198 71 128 -
CMYK 0 0.64 0.35 0.22
HSL 333.07º 0.53% 0.53% -
HSV(B) 333.07º 0.64% 0.78% -
XYZ 29.44 18.07 22.36 -
YUV 115.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 198 71 128 0 0.64 0.35 0.22 333.07 0.53 0.53
Hex C6 47 80 0 40 23 16 14D 35 35
Octal 306 107 200 0 100 43 26 515 65 65
Binary 11000110 1000111 10000000 0 1000000 100011 10110 101001101 110101 110101

Color Harmonies of #C64780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64780

Black with #C64780

Text Example


Text Example

White with #C64780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64780; }

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

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

background-color css

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

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

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

border-color css

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

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

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