Html Css Color HEX #C64890 Mulberry

📋 copy color: '#C64890'

red 198 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #C64890

Tints of Mulberry #C64890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 47.83%
G = 17.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C64890 (or 0xC64890) is known color: Mulberry. HEX triplet: C6, 48 and 90. RGB value is (198,72,144). Sum of RGB (Red+Green+Blue) = 198+72+144=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64890 is #39B76F. Grayscale: #757575. Windows color (decimal): -3782512 or 9455814. OLE color: 9455814.

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

Color convert

RGB 198 72 144 -
CMYK 0 0.64 0.27 0.22
HSL 325.71º 0.53% 0.53% -
HSV(B) 325.71º 0.64% 0.78% -
XYZ 30.64 18.65 28.37 -
YUV 117.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 198 72 144 0 0.64 0.27 0.22 325.71 0.53 0.53
Hex C6 48 90 0 40 1B 16 146 34 35
Octal 306 110 220 0 100 33 26 506 64 65
Binary 11000110 1001000 10010000 0 1000000 11011 10110 101000110 110100 110101

Color Harmonies of #C64890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64890

Black with #C64890

Text Example


Text Example

White with #C64890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64890; }

 p { color: rgb(198,72,144); }

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

background-color css

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

 a { background-color: rgb(198,72,144); }

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

border-color css

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

 span { border-color: rgb(198,72,144); }

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