Html Css Color HEX #C25A89 Mulberry

📋 copy color: '#C25A89'

red 194 ◦ green 90 ◦ blue 137

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

Shades of Mulberry #C25A89

Tints of Mulberry #C25A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 46.08%
G = 21.38%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25A89 (or 0xC25A89) is known color: Mulberry. HEX triplet: C2, 5A and 89. RGB value is (194,90,137). Sum of RGB (Red+Green+Blue) = 194+90+137=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A89 is #3DA576. Grayscale: #7E7E7E. Windows color (decimal): -4040055 or 9001666. OLE color: 9001666.

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

Color convert

RGB 194 90 137 -
CMYK 0 0.54 0.29 0.24
HSL 332.88º 0.46% 0.56% -
HSV(B) 332.88º 0.54% 0.76% -
XYZ 30.42 20.59 26.04 -
YUV 126.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 194 90 137 0 0.54 0.29 0.24 332.88 0.46 0.56
Hex C2 5A 89 0 36 1D 18 14D 2E 38
Octal 302 132 211 0 66 35 30 515 56 70
Binary 11000010 1011010 10001001 0 110110 11101 11000 101001101 101110 111000

Color Harmonies of #C25A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A89

Black with #C25A89

Text Example


Text Example

White with #C25A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A89; }

 p { color: rgb(194,90,137); }

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

background-color css

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

 a { background-color: rgb(194,90,137); }

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

border-color css

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

 span { border-color: rgb(194,90,137); }

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