Html Css Color HEX #C25289 Mulberry

📋 copy color: '#C25289'

red 194 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #C25289

Tints of Mulberry #C25289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

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

R = 46.97%
G = 19.85%
B = 33.17%

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

#C25289 (or 0xC25289) is known color: Mulberry. HEX triplet: C2, 52 and 89. RGB value is (194,82,137). Sum of RGB (Red+Green+Blue) = 194+82+137=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25289 is #3DAD76. Grayscale: #797979. Windows color (decimal): -4042103 or 8999618. OLE color: 8999618.

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

Color convert

RGB 194 82 137 -
CMYK 0 0.58 0.29 0.24
HSL 330.54º 0.48% 0.54% -
HSV(B) 330.54º 0.58% 0.76% -
XYZ 29.78 19.31 25.82 -
YUV 121.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 194 82 137 0 0.58 0.29 0.24 330.54 0.48 0.54
Hex C2 52 89 0 3A 1D 18 14B 30 36
Octal 302 122 211 0 72 35 30 513 60 66
Binary 11000010 1010010 10001001 0 111010 11101 11000 101001011 110000 110110

Color Harmonies of #C25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25289

Black with #C25289

Text Example


Text Example

White with #C25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25289; }

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

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

background-color css

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

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

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

border-color css

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

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

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