Html Css Color HEX #C24E86 Mulberry

📋 copy color: '#C24E86'

red 194 ◦ green 78 ◦ blue 134

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

Shades of Mulberry #C24E86

Tints of Mulberry #C24E86

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

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

R = 47.78%
G = 19.21%
B = 33%

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

#C24E86 (or 0xC24E86) is known color: Mulberry. HEX triplet: C2, 4E and 86. RGB value is (194,78,134). Sum of RGB (Red+Green+Blue) = 194+78+134=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24E86 is #3DB179. Grayscale: #767676. Windows color (decimal): -4043130 or 8801986. OLE color: 8801986.

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

Color convert

RGB 194 78 134 -
CMYK 0 0.60 0.31 0.24
HSL 331.03º 0.49% 0.53% -
HSV(B) 331.03º 0.6% 0.76% -
XYZ 29.28 18.64 24.61 -
YUV 119.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 194 78 134 0 0.60 0.31 0.24 331.03 0.49 0.53
Hex C2 4E 86 0 3C 1F 18 14B 31 35
Octal 302 116 206 0 74 37 30 513 61 65
Binary 11000010 1001110 10000110 0 111100 11111 11000 101001011 110001 110101

Color Harmonies of #C24E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E86

Black with #C24E86

Text Example


Text Example

White with #C24E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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