Html Css Color HEX #C64580 Mulberry

📋 copy color: '#C64580'

red 198 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C64580

Tints of Mulberry #C64580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 50.13%
G = 17.47%
B = 32.41%

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

#C64580 (or 0xC64580) is known color: Mulberry. HEX triplet: C6, 45 and 80. RGB value is (198,69,128). Sum of RGB (Red+Green+Blue) = 198+69+128=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64580 is #39BA7F. Grayscale: #727272. Windows color (decimal): -3783296 or 8406470. OLE color: 8406470.

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

Color convert

RGB 198 69 128 -
CMYK 0 0.65 0.35 0.22
HSL 332.56º 0.53% 0.52% -
HSV(B) 332.56º 0.65% 0.78% -
XYZ 29.31 17.82 22.32 -
YUV 114.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 198 69 128 0 0.65 0.35 0.22 332.56 0.53 0.52
Hex C6 45 80 0 41 23 16 14D 35 34
Octal 306 105 200 0 101 43 26 515 65 64
Binary 11000110 1000101 10000000 0 1000001 100011 10110 101001101 110101 110100

Color Harmonies of #C64580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64580

Black with #C64580

Text Example


Text Example

White with #C64580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64580; }

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

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

background-color css

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

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

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

border-color css

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

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

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