Html Css Color HEX #C64995 Mulberry

📋 copy color: '#C64995'

red 198 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #C64995

Tints of Mulberry #C64995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 47.14%
G = 17.38%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C64995 (or 0xC64995) is known color: Mulberry. HEX triplet: C6, 49 and 95. RGB value is (198,73,149). Sum of RGB (Red+Green+Blue) = 198+73+149=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C64995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64995 is #39B66A. Grayscale: #767676. Windows color (decimal): -3782251 or 9783750. OLE color: 9783750.

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

Color convert

RGB 198 73 149 -
CMYK 0 0.63 0.25 0.22
HSL 323.52º 0.52% 0.53% -
HSV(B) 323.52º 0.63% 0.78% -
XYZ 31.1 18.94 30.45 -
YUV 119.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 198 73 149 0 0.63 0.25 0.22 323.52 0.52 0.53
Hex C6 49 95 0 3F 19 16 144 34 35
Octal 306 111 225 0 77 31 26 504 64 65
Binary 11000110 1001001 10010101 0 111111 11001 10110 101000100 110100 110101

Color Harmonies of #C64995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64995

Black with #C64995

Text Example


Text Example

White with #C64995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64995; }

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

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

background-color css

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

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

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

border-color css

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

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

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