Html Css Color HEX #C64D95 Mulberry

📋 copy color: '#C64D95'

red 198 ◦ green 77 ◦ blue 149

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

Shades of Mulberry #C64D95

Tints of Mulberry #C64D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 46.7%
G = 18.16%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C64D95 (or 0xC64D95) is known color: Mulberry. HEX triplet: C6, 4D and 95. RGB value is (198,77,149). Sum of RGB (Red+Green+Blue) = 198+77+149=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D95 is #39B26A. Grayscale: #797979. Windows color (decimal): -3781227 or 9784774. OLE color: 9784774.

HSL color Cylindrical-coordinate representation of color #C64D95: hue angle of 324.3º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D95 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 77 149 -
CMYK 0 0.61 0.25 0.22
HSL 324.3º 0.51% 0.54% -
HSV(B) 324.3º 0.61% 0.78% -
XYZ 31.37 19.48 30.54 -
YUV 121.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 198 77 149 0 0.61 0.25 0.22 324.3 0.51 0.54
Hex C6 4D 95 0 3D 19 16 144 33 36
Octal 306 115 225 0 75 31 26 504 63 66
Binary 11000110 1001101 10010101 0 111101 11001 10110 101000100 110011 110110

Color Harmonies of #C64D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D95

Black with #C64D95

Text Example


Text Example

White with #C64D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D95; }

 p { color: rgb(198,77,149); }

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

background-color css

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

 a { background-color: rgb(198,77,149); }

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

border-color css

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

 span { border-color: rgb(198,77,149); }

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