Html Css Color HEX #C25189 Mulberry

📋 copy color: '#C25189'

red 194 ◦ green 81 ◦ blue 137

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

Shades of Mulberry #C25189

Tints of Mulberry #C25189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

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

R = 47.09%
G = 19.66%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25189 (or 0xC25189) is known color: Mulberry. HEX triplet: C2, 51 and 89. RGB value is (194,81,137). Sum of RGB (Red+Green+Blue) = 194+81+137=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25189 is #3DAE76. Grayscale: #797979. Windows color (decimal): -4042359 or 8999362. OLE color: 8999362.

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

Color convert

RGB 194 81 137 -
CMYK 0 0.58 0.29 0.24
HSL 330.27º 0.48% 0.54% -
HSV(B) 330.27º 0.58% 0.76% -
XYZ 29.71 19.16 25.8 -
YUV 121.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 194 81 137 0 0.58 0.29 0.24 330.27 0.48 0.54
Hex C2 51 89 0 3A 1D 18 14A 30 36
Octal 302 121 211 0 72 35 30 512 60 66
Binary 11000010 1010001 10001001 0 111010 11101 11000 101001010 110000 110110

Color Harmonies of #C25189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25189

Black with #C25189

Text Example


Text Example

White with #C25189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25189; }

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

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

background-color css

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

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

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

border-color css

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

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

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