Html Css Color HEX #C25591 Mulberry

📋 copy color: '#C25591'

red 194 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #C25591

Tints of Mulberry #C25591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 45.75%
G = 20.05%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C25591 (or 0xC25591) is known color: Mulberry. HEX triplet: C2, 55 and 91. RGB value is (194,85,145). Sum of RGB (Red+Green+Blue) = 194+85+145=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C25591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25591 is #3DAA6E. Grayscale: #7C7C7C. Windows color (decimal): -4041327 or 9524674. OLE color: 9524674.

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

Color convert

RGB 194 85 145 -
CMYK 0 0.56 0.25 0.24
HSL 326.97º 0.47% 0.55% -
HSV(B) 326.97º 0.56% 0.76% -
XYZ 30.61 20.01 29.04 -
YUV 124.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 194 85 145 0 0.56 0.25 0.24 326.97 0.47 0.55
Hex C2 55 91 0 38 19 18 147 2F 37
Octal 302 125 221 0 70 31 30 507 57 67
Binary 11000010 1010101 10010001 0 111000 11001 11000 101000111 101111 110111

Color Harmonies of #C25591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25591

Black with #C25591

Text Example


Text Example

White with #C25591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25591; }

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

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

background-color css

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

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

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

border-color css

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

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

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