Html Css Color HEX #C25895 Mulberry

📋 copy color: '#C25895'

red 194 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #C25895

Tints of Mulberry #C25895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 45.01%
G = 20.42%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C25895 (or 0xC25895) is known color: Mulberry. HEX triplet: C2, 58 and 95. RGB value is (194,88,149). Sum of RGB (Red+Green+Blue) = 194+88+149=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C25895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25895 is #3DA76A. Grayscale: #7E7E7E. Windows color (decimal): -4040555 or 9787586. OLE color: 9787586.

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

Color convert

RGB 194 88 149 -
CMYK 0 0.55 0.23 0.24
HSL 325.47º 0.46% 0.55% -
HSV(B) 325.47º 0.55% 0.76% -
XYZ 31.16 20.62 30.77 -
YUV 126.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 194 88 149 0 0.55 0.23 0.24 325.47 0.46 0.55
Hex C2 58 95 0 37 17 18 145 2E 37
Octal 302 130 225 0 67 27 30 505 56 67
Binary 11000010 1011000 10010101 0 110111 10111 11000 101000101 101110 110111

Color Harmonies of #C25895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25895

Black with #C25895

Text Example


Text Example

White with #C25895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25895; }

 p { color: rgb(194,88,149); }

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

background-color css

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

 a { background-color: rgb(194,88,149); }

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

border-color css

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

 span { border-color: rgb(194,88,149); }

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