Html Css Color HEX #C25E90 Mulberry

📋 copy color: '#C25E90'

red 194 ◦ green 94 ◦ blue 144

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

Shades of Mulberry #C25E90

Tints of Mulberry #C25E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 44.91%
G = 21.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25E90 (or 0xC25E90) is known color: Mulberry. HEX triplet: C2, 5E and 90. RGB value is (194,94,144). Sum of RGB (Red+Green+Blue) = 194+94+144=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E90 is #3DA16F. Grayscale: #818181. Windows color (decimal): -4039024 or 9461442. OLE color: 9461442.

HSL color Cylindrical-coordinate representation of color #C25E90: hue angle of 330º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E90 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 144 -
CMYK 0 0.52 0.26 0.24
HSL 330º 0.45% 0.56% -
HSV(B) 330º 0.52% 0.76% -
XYZ 31.28 21.49 28.88 -
YUV 129.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 194 94 144 0 0.52 0.26 0.24 330 0.45 0.56
Hex C2 5E 90 0 34 1A 18 14A 2D 38
Octal 302 136 220 0 64 32 30 512 55 70
Binary 11000010 1011110 10010000 0 110100 11010 11000 101001010 101101 111000

Color Harmonies of #C25E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E90

Black with #C25E90

Text Example


Text Example

White with #C25E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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