Html Css Color HEX #C25086 Mulberry

📋 copy color: '#C25086'

red 194 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #C25086

Tints of Mulberry #C25086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 47.55%
G = 19.61%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25086 (or 0xC25086) is known color: Mulberry. HEX triplet: C2, 50 and 86. RGB value is (194,80,134). Sum of RGB (Red+Green+Blue) = 194+80+134=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25086 is #3DAF79. Grayscale: #787878. Windows color (decimal): -4042618 or 8802498. OLE color: 8802498.

HSL color Cylindrical-coordinate representation of color #C25086: hue angle of 331.58º 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 #C25086 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 134 -
CMYK 0 0.59 0.31 0.24
HSL 331.58º 0.48% 0.54% -
HSV(B) 331.58º 0.59% 0.76% -
XYZ 29.42 18.93 24.66 -
YUV 120.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 194 80 134 0 0.59 0.31 0.24 331.58 0.48 0.54
Hex C2 50 86 0 3B 1F 18 14C 30 36
Octal 302 120 206 0 73 37 30 514 60 66
Binary 11000010 1010000 10000110 0 111011 11111 11000 101001100 110000 110110

Color Harmonies of #C25086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25086

Black with #C25086

Text Example


Text Example

White with #C25086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25086; }

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

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

background-color css

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

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

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

border-color css

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

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

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