Html Css Color HEX #C25890 Mulberry

📋 copy color: '#C25890'

red 194 ◦ green 88 ◦ blue 144

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

Shades of Mulberry #C25890

Tints of Mulberry #C25890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.66%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 45.54%
G = 20.66%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25890 (or 0xC25890) is known color: Mulberry. HEX triplet: C2, 58 and 90. RGB value is (194,88,144). Sum of RGB (Red+Green+Blue) = 194+88+144=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25890 is #3DA76F. Grayscale: #7D7D7D. Windows color (decimal): -4040560 or 9459906. OLE color: 9459906.

HSL color Cylindrical-coordinate representation of color #C25890: hue angle of 328.3º degrees, saturation: 0.46, 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 #C25890 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 144 -
CMYK 0 0.55 0.26 0.24
HSL 328.3º 0.46% 0.55% -
HSV(B) 328.3º 0.55% 0.76% -
XYZ 30.77 20.46 28.71 -
YUV 126.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 194 88 144 0 0.55 0.26 0.24 328.3 0.46 0.55
Hex C2 58 90 0 37 1A 18 148 2E 37
Octal 302 130 220 0 67 32 30 510 56 67
Binary 11000010 1011000 10010000 0 110111 11010 11000 101001000 101110 110111

Color Harmonies of #C25890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25890

Black with #C25890

Text Example


Text Example

White with #C25890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25890; }

 p { color: rgb(194,88,144); }

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

background-color css

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

 a { background-color: rgb(194,88,144); }

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

border-color css

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

 span { border-color: rgb(194,88,144); }

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