Html Css Color HEX #C25489 Mulberry

📋 copy color: '#C25489'

red 194 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #C25489

Tints of Mulberry #C25489

RGB

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

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

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

R = 46.75%
G = 20.24%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C25489 (or 0xC25489) is known color: Mulberry. HEX triplet: C2, 54 and 89. RGB value is (194,84,137). Sum of RGB (Red+Green+Blue) = 194+84+137=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C25489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25489 is #3DAB76. Grayscale: #7A7A7A. Windows color (decimal): -4041591 or 9000130. OLE color: 9000130.

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

Color convert

RGB 194 84 137 -
CMYK 0 0.57 0.29 0.24
HSL 331.09º 0.47% 0.55% -
HSV(B) 331.09º 0.57% 0.76% -
XYZ 29.93 19.62 25.88 -
YUV 122.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 194 84 137 0 0.57 0.29 0.24 331.09 0.47 0.55
Hex C2 54 89 0 39 1D 18 14B 2F 37
Octal 302 124 211 0 71 35 30 513 57 67
Binary 11000010 1010100 10001001 0 111001 11101 11000 101001011 101111 110111

Color Harmonies of #C25489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25489

Black with #C25489

Text Example


Text Example

White with #C25489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25489; }

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

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

background-color css

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

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

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

border-color css

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

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

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