Html Css Color HEX #C64988 Mulberry

📋 copy color: '#C64988'

red 198 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #C64988

Tints of Mulberry #C64988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 136 (53.52% from 255) = 33.42%

R = 48.65%
G = 17.94%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C64988 (or 0xC64988) is known color: Mulberry. HEX triplet: C6, 49 and 88. RGB value is (198,73,136). Sum of RGB (Red+Green+Blue) = 198+73+136=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C64988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64988 is #39B677. Grayscale: #757575. Windows color (decimal): -3782264 or 8931782. OLE color: 8931782.

HSL color Cylindrical-coordinate representation of color #C64988: hue angle of 329.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64988 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 136 -
CMYK 0 0.63 0.31 0.22
HSL 329.76º 0.52% 0.53% -
HSV(B) 329.76º 0.63% 0.78% -
XYZ 30.12 18.55 25.29 -
YUV 117.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 198 73 136 0 0.63 0.31 0.22 329.76 0.52 0.53
Hex C6 49 88 0 3F 1F 16 14A 34 35
Octal 306 111 210 0 77 37 26 512 64 65
Binary 11000110 1001001 10001000 0 111111 11111 10110 101001010 110100 110101

Color Harmonies of #C64988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64988

Black with #C64988

Text Example


Text Example

White with #C64988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64988; }

 p { color: rgb(198,73,136); }

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

background-color css

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

 a { background-color: rgb(198,73,136); }

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

border-color css

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

 span { border-color: rgb(198,73,136); }

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