Html Css Color HEX #C25480 Mulberry

📋 copy color: '#C25480'

red 194 ◦ green 84 ◦ blue 128

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

Shades of Mulberry #C25480

Tints of Mulberry #C25480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 47.78%
G = 20.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25480 (or 0xC25480) is known color: Mulberry. HEX triplet: C2, 54 and 80. RGB value is (194,84,128). Sum of RGB (Red+Green+Blue) = 194+84+128=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C25480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25480 is #3DAB7F. Grayscale: #797979. Windows color (decimal): -4041600 or 8410306. OLE color: 8410306.

HSL color Cylindrical-coordinate representation of color #C25480: hue angle of 336º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25480 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 128 -
CMYK 0 0.57 0.34 0.24
HSL 336º 0.47% 0.55% -
HSV(B) 336º 0.57% 0.76% -
XYZ 29.31 19.37 22.62 -
YUV 121.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 194 84 128 0 0.57 0.34 0.24 336 0.47 0.55
Hex C2 54 80 0 39 22 18 150 2F 37
Octal 302 124 200 0 71 42 30 520 57 67
Binary 11000010 1010100 10000000 0 111001 100010 11000 101010000 101111 110111

Color Harmonies of #C25480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25480

Black with #C25480

Text Example


Text Example

White with #C25480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25480; }

 p { color: rgb(194,84,128); }

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

background-color css

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

 a { background-color: rgb(194,84,128); }

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

border-color css

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

 span { border-color: rgb(194,84,128); }

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