Html Css Color HEX #C64880 Mulberry

📋 copy color: '#C64880'

red 198 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #C64880

Tints of Mulberry #C64880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 49.75%
G = 18.09%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64880 (or 0xC64880) is known color: Mulberry. HEX triplet: C6, 48 and 80. RGB value is (198,72,128). Sum of RGB (Red+Green+Blue) = 198+72+128=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C64880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64880 is #39B77F. Grayscale: #737373. Windows color (decimal): -3782528 or 8407238. OLE color: 8407238.

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

Color convert

RGB 198 72 128 -
CMYK 0 0.64 0.35 0.22
HSL 333.33º 0.53% 0.53% -
HSV(B) 333.33º 0.64% 0.78% -
XYZ 29.5 18.2 22.38 -
YUV 116.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 198 72 128 0 0.64 0.35 0.22 333.33 0.53 0.53
Hex C6 48 80 0 40 23 16 14D 34 35
Octal 306 110 200 0 100 43 26 515 64 65
Binary 11000110 1001000 10000000 0 1000000 100011 10110 101001101 110100 110101

Color Harmonies of #C64880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64880

Black with #C64880

Text Example


Text Example

White with #C64880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64880; }

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

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

background-color css

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

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

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

border-color css

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

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

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