Html Css Color HEX #C24D86 Mulberry

📋 copy color: '#C24D86'

red 194 ◦ green 77 ◦ blue 134

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

Shades of Mulberry #C24D86

Tints of Mulberry #C24D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 47.9%
G = 19.01%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24D86 (or 0xC24D86) is known color: Mulberry. HEX triplet: C2, 4D and 86. RGB value is (194,77,134). Sum of RGB (Red+Green+Blue) = 194+77+134=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24D86 is #3DB279. Grayscale: #767676. Windows color (decimal): -4043386 or 8801730. OLE color: 8801730.

HSL color Cylindrical-coordinate representation of color #C24D86: hue angle of 330.77º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D86 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 134 -
CMYK 0 0.60 0.31 0.24
HSL 330.77º 0.49% 0.53% -
HSV(B) 330.77º 0.6% 0.76% -
XYZ 29.21 18.5 24.59 -
YUV 118.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 194 77 134 0 0.60 0.31 0.24 330.77 0.49 0.53
Hex C2 4D 86 0 3C 1F 18 14B 31 35
Octal 302 115 206 0 74 37 30 513 61 65
Binary 11000010 1001101 10000110 0 111100 11111 11000 101001011 110001 110101

Color Harmonies of #C24D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D86

Black with #C24D86

Text Example


Text Example

White with #C24D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D86; }

 p { color: rgb(194,77,134); }

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

background-color css

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

 a { background-color: rgb(194,77,134); }

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

border-color css

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

 span { border-color: rgb(194,77,134); }

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