Html Css Color HEX #C24986 Mulberry

📋 copy color: '#C24986'

red 194 ◦ green 73 ◦ blue 134

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

Shades of Mulberry #C24986

Tints of Mulberry #C24986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 48.38%
G = 18.2%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24986 (or 0xC24986) is known color: Mulberry. HEX triplet: C2, 49 and 86. RGB value is (194,73,134). Sum of RGB (Red+Green+Blue) = 194+73+134=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C24986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24986 is #3DB679. Grayscale: #747474. Windows color (decimal): -4044410 or 8800706. OLE color: 8800706.

HSL color Cylindrical-coordinate representation of color #C24986: hue angle of 329.75º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24986 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 134 -
CMYK 0 0.62 0.31 0.24
HSL 329.75º 0.5% 0.52% -
HSV(B) 329.75º 0.62% 0.76% -
XYZ 28.93 17.96 24.5 -
YUV 116.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 194 73 134 0 0.62 0.31 0.24 329.75 0.5 0.52
Hex C2 49 86 0 3E 1F 18 14A 32 34
Octal 302 111 206 0 76 37 30 512 62 64
Binary 11000010 1001001 10000110 0 111110 11111 11000 101001010 110010 110100

Color Harmonies of #C24986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24986

Black with #C24986

Text Example


Text Example

White with #C24986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24986; }

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

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

background-color css

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

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

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

border-color css

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

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

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