Html Css Color HEX #C25491 Mulberry

📋 copy color: '#C25491'

red 194 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #C25491

Tints of Mulberry #C25491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 45.86%
G = 19.86%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25491 (or 0xC25491) is known color: Mulberry. HEX triplet: C2, 54 and 91. RGB value is (194,84,145). Sum of RGB (Red+Green+Blue) = 194+84+145=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C25491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25491 is #3DAB6E. Grayscale: #7B7B7B. Windows color (decimal): -4041583 or 9524418. OLE color: 9524418.

HSL color Cylindrical-coordinate representation of color #C25491: hue angle of 326.73º 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 #C25491 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 145 -
CMYK 0 0.57 0.25 0.24
HSL 326.73º 0.47% 0.55% -
HSV(B) 326.73º 0.57% 0.76% -
XYZ 30.53 19.85 29.01 -
YUV 123.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 194 84 145 0 0.57 0.25 0.24 326.73 0.47 0.55
Hex C2 54 91 0 39 19 18 147 2F 37
Octal 302 124 221 0 71 31 30 507 57 67
Binary 11000010 1010100 10010001 0 111001 11001 11000 101000111 101111 110111

Color Harmonies of #C25491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25491

Black with #C25491

Text Example


Text Example

White with #C25491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25491; }

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

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

background-color css

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

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

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

border-color css

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

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

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