Html Css Color HEX #C25785 Mulberry

📋 copy color: '#C25785'

red 194 ◦ green 87 ◦ blue 133

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

Shades of Mulberry #C25785

Tints of Mulberry #C25785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.01%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 46.86%
G = 21.01%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C25785 (or 0xC25785) is known color: Mulberry. HEX triplet: C2, 57 and 85. RGB value is (194,87,133). Sum of RGB (Red+Green+Blue) = 194+87+133=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C25785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25785 is #3DA87A. Grayscale: #7C7C7C. Windows color (decimal): -4040827 or 8738754. OLE color: 8738754.

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

Color convert

RGB 194 87 133 -
CMYK 0 0.55 0.31 0.24
HSL 334.21º 0.47% 0.55% -
HSV(B) 334.21º 0.55% 0.76% -
XYZ 29.89 19.98 24.47 -
YUV 124.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 194 87 133 0 0.55 0.31 0.24 334.21 0.47 0.55
Hex C2 57 85 0 37 1F 18 14E 2F 37
Octal 302 127 205 0 67 37 30 516 57 67
Binary 11000010 1010111 10000101 0 110111 11111 11000 101001110 101111 110111

Color Harmonies of #C25785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25785

Black with #C25785

Text Example


Text Example

White with #C25785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25785; }

 p { color: rgb(194,87,133); }

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

background-color css

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

 a { background-color: rgb(194,87,133); }

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

border-color css

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

 span { border-color: rgb(194,87,133); }

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