Html Css Color HEX #C25D90 Mulberry

📋 copy color: '#C25D90'

red 194 ◦ green 93 ◦ blue 144

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

Shades of Mulberry #C25D90

Tints of Mulberry #C25D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 45.01%
G = 21.58%
B = 33.41%

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

#C25D90 (or 0xC25D90) is known color: Mulberry. HEX triplet: C2, 5D and 90. RGB value is (194,93,144). Sum of RGB (Red+Green+Blue) = 194+93+144=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D90 is #3DA26F. Grayscale: #808080. Windows color (decimal): -4039280 or 9461186. OLE color: 9461186.

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

Color convert

RGB 194 93 144 -
CMYK 0 0.52 0.26 0.24
HSL 329.7º 0.45% 0.56% -
HSV(B) 329.7º 0.52% 0.76% -
XYZ 31.2 21.31 28.85 -
YUV 129.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 194 93 144 0 0.52 0.26 0.24 329.7 0.45 0.56
Hex C2 5D 90 0 34 1A 18 14A 2D 38
Octal 302 135 220 0 64 32 30 512 55 70
Binary 11000010 1011101 10010000 0 110100 11010 11000 101001010 101101 111000

Color Harmonies of #C25D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D90

Black with #C25D90

Text Example


Text Example

White with #C25D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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