Html Css Color HEX #C64D8C Mulberry

📋 copy color: '#C64D8C'

red 198 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #C64D8C

Tints of Mulberry #C64D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 47.71%
G = 18.55%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C64D8C (or 0xC64D8C) is known color: Mulberry. HEX triplet: C6, 4D and 8C. RGB value is (198,77,140). Sum of RGB (Red+Green+Blue) = 198+77+140=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D8C is #39B273. Grayscale: #787878. Windows color (decimal): -3781236 or 9194950. OLE color: 9194950.

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

Color convert

RGB 198 77 140 -
CMYK 0 0.61 0.29 0.22
HSL 328.76º 0.51% 0.54% -
HSV(B) 328.76º 0.61% 0.78% -
XYZ 30.68 19.21 26.9 -
YUV 120.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 198 77 140 0 0.61 0.29 0.22 328.76 0.51 0.54
Hex C6 4D 8C 0 3D 1D 16 149 33 36
Octal 306 115 214 0 75 35 26 511 63 66
Binary 11000110 1001101 10001100 0 111101 11101 10110 101001001 110011 110110

Color Harmonies of #C64D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D8C

Black with #C64D8C

Text Example


Text Example

White with #C64D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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