Html Css Color HEX #C25090 Mulberry

📋 copy color: '#C25090'

red 194 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #C25090

Tints of Mulberry #C25090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 46.41%
G = 19.14%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25090 (or 0xC25090) is known color: Mulberry. HEX triplet: C2, 50 and 90. RGB value is (194,80,144). Sum of RGB (Red+Green+Blue) = 194+80+144=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C25090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25090 is #3DAF6F. Grayscale: #797979. Windows color (decimal): -4042608 or 9457858. OLE color: 9457858.

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

Color convert

RGB 194 80 144 -
CMYK 0 0.59 0.26 0.24
HSL 326.32º 0.48% 0.54% -
HSV(B) 326.32º 0.59% 0.76% -
XYZ 30.15 19.22 28.51 -
YUV 121.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 194 80 144 0 0.59 0.26 0.24 326.32 0.48 0.54
Hex C2 50 90 0 3B 1A 18 146 30 36
Octal 302 120 220 0 73 32 30 506 60 66
Binary 11000010 1010000 10010000 0 111011 11010 11000 101000110 110000 110110

Color Harmonies of #C25090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25090

Black with #C25090

Text Example


Text Example

White with #C25090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25090; }

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

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

background-color css

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

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

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

border-color css

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

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

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