Html Css Color HEX #C64991 Mulberry

📋 copy color: '#C64991'

red 198 ◦ green 73 ◦ blue 145

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

Shades of Mulberry #C64991

Tints of Mulberry #C64991

RGB

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

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

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

R = 47.6%
G = 17.55%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C64991 (or 0xC64991) is known color: Mulberry. HEX triplet: C6, 49 and 91. RGB value is (198,73,145). Sum of RGB (Red+Green+Blue) = 198+73+145=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64991 is #39B66E. Grayscale: #767676. Windows color (decimal): -3782255 or 9521606. OLE color: 9521606.

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

Color convert

RGB 198 73 145 -
CMYK 0 0.63 0.27 0.22
HSL 325.44º 0.52% 0.53% -
HSV(B) 325.44º 0.63% 0.78% -
XYZ 30.78 18.82 28.8 -
YUV 118.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 198 73 145 0 0.63 0.27 0.22 325.44 0.52 0.53
Hex C6 49 91 0 3F 1B 16 145 34 35
Octal 306 111 221 0 77 33 26 505 64 65
Binary 11000110 1001001 10010001 0 111111 11011 10110 101000101 110100 110101

Color Harmonies of #C64991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64991

Black with #C64991

Text Example


Text Example

White with #C64991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64991; }

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

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

background-color css

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

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

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

border-color css

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

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

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