Html Css Color HEX #C25780 Mulberry

📋 copy color: '#C25780'

red 194 ◦ green 87 ◦ blue 128

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

Shades of Mulberry #C25780

Tints of Mulberry #C25780

RGB

 RED value IS 194 (76.17% from 255) = 47.43%

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

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

R = 47.43%
G = 21.27%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25780 (or 0xC25780) is known color: Mulberry. HEX triplet: C2, 57 and 80. RGB value is (194,87,128). Sum of RGB (Red+Green+Blue) = 194+87+128=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25780 is #3DA87F. Grayscale: #7B7B7B. Windows color (decimal): -4040832 or 8411074. OLE color: 8411074.

HSL color Cylindrical-coordinate representation of color #C25780: hue angle of 337.01º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25780 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 128 -
CMYK 0 0.55 0.34 0.24
HSL 337.01º 0.47% 0.55% -
HSV(B) 337.01º 0.55% 0.76% -
XYZ 29.55 19.84 22.69 -
YUV 123.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 194 87 128 0 0.55 0.34 0.24 337.01 0.47 0.55
Hex C2 57 80 0 37 22 18 151 2F 37
Octal 302 127 200 0 67 42 30 521 57 67
Binary 11000010 1010111 10000000 0 110111 100010 11000 101010001 101111 110111

Color Harmonies of #C25780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25780

Black with #C25780

Text Example


Text Example

White with #C25780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25780; }

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

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

background-color css

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

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

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

border-color css

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

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

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