Html Css Color HEX #C25586 Mulberry

📋 copy color: '#C25586'

red 194 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #C25586

Tints of Mulberry #C25586

RGB

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

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

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

R = 46.97%
G = 20.58%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25586 (or 0xC25586) is known color: Mulberry. HEX triplet: C2, 55 and 86. RGB value is (194,85,134). Sum of RGB (Red+Green+Blue) = 194+85+134=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25586 is #3DAA79. Grayscale: #7B7B7B. Windows color (decimal): -4041338 or 8803778. OLE color: 8803778.

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

Color convert

RGB 194 85 134 -
CMYK 0 0.56 0.31 0.24
HSL 333.03º 0.47% 0.55% -
HSV(B) 333.03º 0.56% 0.76% -
XYZ 29.8 19.69 24.78 -
YUV 123.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 194 85 134 0 0.56 0.31 0.24 333.03 0.47 0.55
Hex C2 55 86 0 38 1F 18 14D 2F 37
Octal 302 125 206 0 70 37 30 515 57 67
Binary 11000010 1010101 10000110 0 111000 11111 11000 101001101 101111 110111

Color Harmonies of #C25586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25586

Black with #C25586

Text Example


Text Example

White with #C25586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25586; }

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

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

background-color css

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

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

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

border-color css

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

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

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