Html Css Color HEX #C25089 Mulberry

📋 copy color: '#C25089'

red 194 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #C25089

Tints of Mulberry #C25089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.46%

 BLUE value IS 137 (53.91% from 255) = 33.33%

R = 47.2%
G = 19.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25089 (or 0xC25089) is known color: Mulberry. HEX triplet: C2, 50 and 89. RGB value is (194,80,137). Sum of RGB (Red+Green+Blue) = 194+80+137=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C25089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25089 is #3DAF76. Grayscale: #787878. Windows color (decimal): -4042615 or 8999106. OLE color: 8999106.

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

Color convert

RGB 194 80 137 -
CMYK 0 0.59 0.29 0.24
HSL 330º 0.48% 0.54% -
HSV(B) 330º 0.59% 0.76% -
XYZ 29.63 19.01 25.77 -
YUV 120.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 194 80 137 0 0.59 0.29 0.24 330 0.48 0.54
Hex C2 50 89 0 3B 1D 18 14A 30 36
Octal 302 120 211 0 73 35 30 512 60 66
Binary 11000010 1010000 10001001 0 111011 11101 11000 101001010 110000 110110

Color Harmonies of #C25089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25089

Black with #C25089

Text Example


Text Example

White with #C25089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25089; }

 p { color: rgb(194,80,137); }

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

background-color css

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

 a { background-color: rgb(194,80,137); }

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

border-color css

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

 span { border-color: rgb(194,80,137); }

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