Html Css Color HEX #C25B8C Mulberry

📋 copy color: '#C25B8C'

red 194 ◦ green 91 ◦ blue 140

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

Shades of Mulberry #C25B8C

Tints of Mulberry #C25B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 45.65%
G = 21.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C25B8C (or 0xC25B8C) is known color: Mulberry. HEX triplet: C2, 5B and 8C. RGB value is (194,91,140). Sum of RGB (Red+Green+Blue) = 194+91+140=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B8C is #3DA473. Grayscale: #7F7F7F. Windows color (decimal): -4039796 or 9198530. OLE color: 9198530.

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

Color convert

RGB 194 91 140 -
CMYK 0 0.53 0.28 0.24
HSL 331.46º 0.46% 0.56% -
HSV(B) 331.46º 0.53% 0.76% -
XYZ 30.72 20.84 27.22 -
YUV 127.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 194 91 140 0 0.53 0.28 0.24 331.46 0.46 0.56
Hex C2 5B 8C 0 35 1C 18 14B 2E 38
Octal 302 133 214 0 65 34 30 513 56 70
Binary 11000010 1011011 10001100 0 110101 11100 11000 101001011 101110 111000

Color Harmonies of #C25B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B8C

Black with #C25B8C

Text Example


Text Example

White with #C25B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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