Html Css Color HEX #C25A91 Mulberry

📋 copy color: '#C25A91'

red 194 ◦ green 90 ◦ blue 145

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

Shades of Mulberry #C25A91

Tints of Mulberry #C25A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

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

R = 45.22%
G = 20.98%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25A91 (or 0xC25A91) is known color: Mulberry. HEX triplet: C2, 5A and 91. RGB value is (194,90,145). Sum of RGB (Red+Green+Blue) = 194+90+145=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25A91 is #3DA56E. Grayscale: #7F7F7F. Windows color (decimal): -4040047 or 9525954. OLE color: 9525954.

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

Color convert

RGB 194 90 145 -
CMYK 0 0.54 0.25 0.24
HSL 328.27º 0.46% 0.56% -
HSV(B) 328.27º 0.54% 0.76% -
XYZ 31.02 20.83 29.17 -
YUV 127.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 194 90 145 0 0.54 0.25 0.24 328.27 0.46 0.56
Hex C2 5A 91 0 36 19 18 148 2E 38
Octal 302 132 221 0 66 31 30 510 56 70
Binary 11000010 1011010 10010001 0 110110 11001 11000 101001000 101110 111000

Color Harmonies of #C25A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A91

Black with #C25A91

Text Example


Text Example

White with #C25A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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