Html Css Color HEX #C25982 Mulberry

📋 copy color: '#C25982'

red 194 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C25982

Tints of Mulberry #C25982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 46.97%
G = 21.55%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C25982 (or 0xC25982) is known color: Mulberry. HEX triplet: C2, 59 and 82. RGB value is (194,89,130). Sum of RGB (Red+Green+Blue) = 194+89+130=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C25982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25982 is #3DA67D. Grayscale: #7D7D7D. Windows color (decimal): -4040318 or 8542658. OLE color: 8542658.

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

Color convert

RGB 194 89 130 -
CMYK 0 0.54 0.33 0.24
HSL 336.57º 0.46% 0.55% -
HSV(B) 336.57º 0.54% 0.76% -
XYZ 29.85 20.23 23.45 -
YUV 125.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 194 89 130 0 0.54 0.33 0.24 336.57 0.46 0.55
Hex C2 59 82 0 36 21 18 151 2E 37
Octal 302 131 202 0 66 41 30 521 56 67
Binary 11000010 1011001 10000010 0 110110 100001 11000 101010001 101110 110111

Color Harmonies of #C25982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25982

Black with #C25982

Text Example


Text Example

White with #C25982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25982; }

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

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

background-color css

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

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

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

border-color css

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

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

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