Html Css Color HEX #C64F90 Mulberry

📋 copy color: '#C64F90'

red 198 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #C64F90

Tints of Mulberry #C64F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

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

R = 47.03%
G = 18.76%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C64F90 (or 0xC64F90) is known color: Mulberry. HEX triplet: C6, 4F and 90. RGB value is (198,79,144). Sum of RGB (Red+Green+Blue) = 198+79+144=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F90 is #39B06F. Grayscale: #797979. Windows color (decimal): -3780720 or 9457606. OLE color: 9457606.

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

Color convert

RGB 198 79 144 -
CMYK 0 0.60 0.27 0.22
HSL 327.23º 0.51% 0.54% -
HSV(B) 327.23º 0.6% 0.78% -
XYZ 31.12 19.61 28.53 -
YUV 121.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 198 79 144 0 0.60 0.27 0.22 327.23 0.51 0.54
Hex C6 4F 90 0 3C 1B 16 147 33 36
Octal 306 117 220 0 74 33 26 507 63 66
Binary 11000110 1001111 10010000 0 111100 11011 10110 101000111 110011 110110

Color Harmonies of #C64F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F90

Black with #C64F90

Text Example


Text Example

White with #C64F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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