Html Css Color HEX #C65780 Mulberry

📋 copy color: '#C65780'

red 198 ◦ green 87 ◦ blue 128

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

Shades of Mulberry #C65780

Tints of Mulberry #C65780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.07%

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

R = 47.94%
G = 21.07%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C65780 (or 0xC65780) is known color: Mulberry. HEX triplet: C6, 57 and 80. RGB value is (198,87,128). Sum of RGB (Red+Green+Blue) = 198+87+128=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65780 is #39A87F. Grayscale: #7C7C7C. Windows color (decimal): -3778688 or 8411078. OLE color: 8411078.

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

Color convert

RGB 198 87 128 -
CMYK 0 0.56 0.35 0.22
HSL 337.84º 0.49% 0.56% -
HSV(B) 337.84º 0.56% 0.78% -
XYZ 30.59 20.38 22.74 -
YUV 124.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 198 87 128 0 0.56 0.35 0.22 337.84 0.49 0.56
Hex C6 57 80 0 38 23 16 152 31 38
Octal 306 127 200 0 70 43 26 522 61 70
Binary 11000110 1010111 10000000 0 111000 100011 10110 101010010 110001 111000

Color Harmonies of #C65780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65780

Black with #C65780

Text Example


Text Example

White with #C65780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65780; }

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

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

background-color css

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

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

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

border-color css

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

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

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