Html Css Color HEX #C64891 Mulberry

📋 copy color: '#C64891'

red 198 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #C64891

Tints of Mulberry #C64891

RGB

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

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

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

R = 47.71%
G = 17.35%
B = 34.94%

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

#C64891 (or 0xC64891) is known color: Mulberry. HEX triplet: C6, 48 and 91. RGB value is (198,72,145). Sum of RGB (Red+Green+Blue) = 198+72+145=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64891 is #39B76E. Grayscale: #757575. Windows color (decimal): -3782511 or 9521350. OLE color: 9521350.

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

Color convert

RGB 198 72 145 -
CMYK 0 0.64 0.27 0.22
HSL 325.24º 0.53% 0.53% -
HSV(B) 325.24º 0.64% 0.78% -
XYZ 30.72 18.68 28.78 -
YUV 118 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 198 72 145 0 0.64 0.27 0.22 325.24 0.53 0.53
Hex C6 48 91 0 40 1B 16 145 34 35
Octal 306 110 221 0 100 33 26 505 64 65
Binary 11000110 1001000 10010001 0 1000000 11011 10110 101000101 110100 110101

Color Harmonies of #C64891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64891

Black with #C64891

Text Example


Text Example

White with #C64891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64891; }

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

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

background-color css

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

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

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

border-color css

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

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

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