Html Css Color HEX #C64D9B Mulberry

📋 copy color: '#C64D9B'

red 198 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #C64D9B

Tints of Mulberry #C64D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 46.05%
G = 17.91%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C64D9B (or 0xC64D9B) is known color: Mulberry. HEX triplet: C6, 4D and 9B. RGB value is (198,77,155). Sum of RGB (Red+Green+Blue) = 198+77+155=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D9B is #39B264. Grayscale: #797979. Windows color (decimal): -3781221 or 10177990. OLE color: 10177990.

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

Color convert

RGB 198 77 155 -
CMYK 0 0.61 0.22 0.22
HSL 321.32º 0.51% 0.54% -
HSV(B) 321.32º 0.61% 0.78% -
XYZ 31.86 19.68 33.13 -
YUV 122.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 198 77 155 0 0.61 0.22 0.22 321.32 0.51 0.54
Hex C6 4D 9B 0 3D 16 16 141 33 36
Octal 306 115 233 0 75 26 26 501 63 66
Binary 11000110 1001101 10011011 0 111101 10110 10110 101000001 110011 110110

Color Harmonies of #C64D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D9B

Black with #C64D9B

Text Example


Text Example

White with #C64D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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