Html Css Color HEX #C25487 Mulberry

📋 copy color: '#C25487'

red 194 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #C25487

Tints of Mulberry #C25487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.34%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 46.97%
G = 20.34%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C25487 (or 0xC25487) is known color: Mulberry. HEX triplet: C2, 54 and 87. RGB value is (194,84,135). Sum of RGB (Red+Green+Blue) = 194+84+135=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25487 is #3DAB78. Grayscale: #7A7A7A. Windows color (decimal): -4041593 or 8869058. OLE color: 8869058.

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

Color convert

RGB 194 84 135 -
CMYK 0 0.57 0.30 0.24
HSL 332.18º 0.47% 0.55% -
HSV(B) 332.18º 0.57% 0.76% -
XYZ 29.79 19.56 25.13 -
YUV 122.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 194 84 135 0 0.57 0.30 0.24 332.18 0.47 0.55
Hex C2 54 87 0 39 1E 18 14C 2F 37
Octal 302 124 207 0 71 36 30 514 57 67
Binary 11000010 1010100 10000111 0 111001 11110 11000 101001100 101111 110111

Color Harmonies of #C25487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25487

Black with #C25487

Text Example


Text Example

White with #C25487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25487; }

 p { color: rgb(194,84,135); }

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

background-color css

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

 a { background-color: rgb(194,84,135); }

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

border-color css

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

 span { border-color: rgb(194,84,135); }

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