Html Css Color HEX #C25989 Mulberry

📋 copy color: '#C25989'

red 194 ◦ green 89 ◦ blue 137

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

Shades of Mulberry #C25989

Tints of Mulberry #C25989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 46.19%
G = 21.19%
B = 32.62%

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

#C25989 (or 0xC25989) is known color: Mulberry. HEX triplet: C2, 59 and 89. RGB value is (194,89,137). Sum of RGB (Red+Green+Blue) = 194+89+137=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C25989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25989 is #3DA676. Grayscale: #7D7D7D. Windows color (decimal): -4040311 or 9001410. OLE color: 9001410.

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

Color convert

RGB 194 89 137 -
CMYK 0 0.54 0.29 0.24
HSL 332.57º 0.46% 0.55% -
HSV(B) 332.57º 0.54% 0.76% -
XYZ 30.34 20.42 26.01 -
YUV 125.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 194 89 137 0 0.54 0.29 0.24 332.57 0.46 0.55
Hex C2 59 89 0 36 1D 18 14D 2E 37
Octal 302 131 211 0 66 35 30 515 56 67
Binary 11000010 1011001 10001001 0 110110 11101 11000 101001101 101110 110111

Color Harmonies of #C25989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25989

Black with #C25989

Text Example


Text Example

White with #C25989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25989; }

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

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

background-color css

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

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

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

border-color css

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

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

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