Html Css Color HEX #C25981 Mulberry

📋 copy color: '#C25981'

red 194 ◦ green 89 ◦ blue 129

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

Shades of Mulberry #C25981

Tints of Mulberry #C25981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 47.09%
G = 21.6%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C25981 (or 0xC25981) is known color: Mulberry. HEX triplet: C2, 59 and 81. RGB value is (194,89,129). Sum of RGB (Red+Green+Blue) = 194+89+129=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25981 is #3DA67E. Grayscale: #7C7C7C. Windows color (decimal): -4040319 or 8477122. OLE color: 8477122.

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

Color convert

RGB 194 89 129 -
CMYK 0 0.54 0.34 0.24
HSL 337.14º 0.46% 0.55% -
HSV(B) 337.14º 0.54% 0.76% -
XYZ 29.78 20.2 23.1 -
YUV 124.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 194 89 129 0 0.54 0.34 0.24 337.14 0.46 0.55
Hex C2 59 81 0 36 22 18 151 2E 37
Octal 302 131 201 0 66 42 30 521 56 67
Binary 11000010 1011001 10000001 0 110110 100010 11000 101010001 101110 110111

Color Harmonies of #C25981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25981

Black with #C25981

Text Example


Text Example

White with #C25981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25981; }

 p { color: rgb(194,89,129); }

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

background-color css

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

 a { background-color: rgb(194,89,129); }

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

border-color css

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

 span { border-color: rgb(194,89,129); }

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