Html Css Color HEX #C24A86 Mulberry

📋 copy color: '#C24A86'

red 194 ◦ green 74 ◦ blue 134

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

Shades of Mulberry #C24A86

Tints of Mulberry #C24A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

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

R = 48.26%
G = 18.41%
B = 33.33%

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

#C24A86 (or 0xC24A86) is known color: Mulberry. HEX triplet: C2, 4A and 86. RGB value is (194,74,134). Sum of RGB (Red+Green+Blue) = 194+74+134=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24A86 is #3DB579. Grayscale: #747474. Windows color (decimal): -4044154 or 8800962. OLE color: 8800962.

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

Color convert

RGB 194 74 134 -
CMYK 0 0.62 0.31 0.24
HSL 330º 0.5% 0.53% -
HSV(B) 330º 0.62% 0.76% -
XYZ 29 18.09 24.52 -
YUV 116.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 194 74 134 0 0.62 0.31 0.24 330 0.5 0.53
Hex C2 4A 86 0 3E 1F 18 14A 32 35
Octal 302 112 206 0 76 37 30 512 62 65
Binary 11000010 1001010 10000110 0 111110 11111 11000 101001010 110010 110101

Color Harmonies of #C24A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A86

Black with #C24A86

Text Example


Text Example

White with #C24A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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