Html Css Color HEX #C64F91 Mulberry

📋 copy color: '#C64F91'

red 198 ◦ green 79 ◦ blue 145

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

Shades of Mulberry #C64F91

Tints of Mulberry #C64F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 46.92%
G = 18.72%
B = 34.36%

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

#C64F91 (or 0xC64F91) is known color: Mulberry. HEX triplet: C6, 4F and 91. RGB value is (198,79,145). Sum of RGB (Red+Green+Blue) = 198+79+145=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F91 is #39B06E. Grayscale: #797979. Windows color (decimal): -3780719 or 9523142. OLE color: 9523142.

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

Color convert

RGB 198 79 145 -
CMYK 0 0.60 0.27 0.22
HSL 326.72º 0.51% 0.54% -
HSV(B) 326.72º 0.6% 0.78% -
XYZ 31.2 19.64 28.94 -
YUV 122.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 198 79 145 0 0.60 0.27 0.22 326.72 0.51 0.54
Hex C6 4F 91 0 3C 1B 16 147 33 36
Octal 306 117 221 0 74 33 26 507 63 66
Binary 11000110 1001111 10010001 0 111100 11011 10110 101000111 110011 110110

Color Harmonies of #C64F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F91

Black with #C64F91

Text Example


Text Example

White with #C64F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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