Html Css Color HEX #C24586 Mulberry

📋 copy color: '#C24586'

red 194 ◦ green 69 ◦ blue 134

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

Shades of Mulberry #C24586

Tints of Mulberry #C24586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.38%

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

R = 48.87%
G = 17.38%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C24586 (or 0xC24586) is known color: Mulberry. HEX triplet: C2, 45 and 86. RGB value is (194,69,134). Sum of RGB (Red+Green+Blue) = 194+69+134=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C24586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24586 is #3DBA79. Grayscale: #717171. Windows color (decimal): -4045434 or 8799682. OLE color: 8799682.

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

Color convert

RGB 194 69 134 -
CMYK 0 0.64 0.31 0.24
HSL 328.8º 0.51% 0.52% -
HSV(B) 328.8º 0.64% 0.76% -
XYZ 28.68 17.45 24.41 -
YUV 113.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 194 69 134 0 0.64 0.31 0.24 328.8 0.51 0.52
Hex C2 45 86 0 40 1F 18 149 33 34
Octal 302 105 206 0 100 37 30 511 63 64
Binary 11000010 1000101 10000110 0 1000000 11111 11000 101001001 110011 110100

Color Harmonies of #C24586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24586

Black with #C24586

Text Example


Text Example

White with #C24586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24586; }

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

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

background-color css

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

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

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

border-color css

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

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

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