Html Css Color HEX #C2518C Mulberry

📋 copy color: '#C2518C'

red 194 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #C2518C

Tints of Mulberry #C2518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 46.75%
G = 19.52%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2518C (or 0xC2518C) is known color: Mulberry. HEX triplet: C2, 51 and 8C. RGB value is (194,81,140). Sum of RGB (Red+Green+Blue) = 194+81+140=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2518C is #3DAE73. Grayscale: #797979. Windows color (decimal): -4042356 or 9195970. OLE color: 9195970.

HSL color Cylindrical-coordinate representation of color #C2518C: hue angle of 328.67º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2518C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 140 -
CMYK 0 0.58 0.28 0.24
HSL 328.67º 0.48% 0.54% -
HSV(B) 328.67º 0.58% 0.76% -
XYZ 29.92 19.25 26.95 -
YUV 121.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 194 81 140 0 0.58 0.28 0.24 328.67 0.48 0.54
Hex C2 51 8C 0 3A 1C 18 149 30 36
Octal 302 121 214 0 72 34 30 511 60 66
Binary 11000010 1010001 10001100 0 111010 11100 11000 101001001 110000 110110

Color Harmonies of #C2518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2518C

Black with #C2518C

Text Example


Text Example

White with #C2518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2518C; }

 p { color: rgb(194,81,140); }

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

background-color css

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

 a { background-color: rgb(194,81,140); }

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

border-color css

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

 span { border-color: rgb(194,81,140); }

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