Html Css Color HEX #C64680 Mulberry

📋 copy color: '#C64680'

red 198 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C64680

Tints of Mulberry #C64680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 50%
G = 17.68%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64680 (or 0xC64680) is known color: Mulberry. HEX triplet: C6, 46 and 80. RGB value is (198,70,128). Sum of RGB (Red+Green+Blue) = 198+70+128=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64680 is #39B97F. Grayscale: #727272. Windows color (decimal): -3783040 or 8406726. OLE color: 8406726.

HSL color Cylindrical-coordinate representation of color #C64680: hue angle of 332.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64680 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 128 -
CMYK 0 0.65 0.35 0.22
HSL 332.81º 0.53% 0.53% -
HSV(B) 332.81º 0.65% 0.78% -
XYZ 29.38 17.94 22.34 -
YUV 114.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 198 70 128 0 0.65 0.35 0.22 332.81 0.53 0.53
Hex C6 46 80 0 41 23 16 14D 35 35
Octal 306 106 200 0 101 43 26 515 65 65
Binary 11000110 1000110 10000000 0 1000001 100011 10110 101001101 110101 110101

Color Harmonies of #C64680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64680

Black with #C64680

Text Example


Text Example

White with #C64680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64680; }

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

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

background-color css

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

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

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

border-color css

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

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

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