Html Css Color HEX #C55982 Mulberry

📋 copy color: '#C55982'

red 197 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C55982

Tints of Mulberry #C55982

RGB

 RED value IS 197 (77.34% from 255) = 47.36%

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

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

R = 47.36%
G = 21.39%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55982 (or 0xC55982) is known color: Mulberry. HEX triplet: C5, 59 and 82. RGB value is (197,89,130). Sum of RGB (Red+Green+Blue) = 197+89+130=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55982 is #3AA67D. Grayscale: #7D7D7D. Windows color (decimal): -3843710 or 8542661. OLE color: 8542661.

HSL color Cylindrical-coordinate representation of color #C55982: hue angle of 337.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55982 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 89 130 -
CMYK 0 0.55 0.34 0.23
HSL 337.22º 0.48% 0.56% -
HSV(B) 337.22º 0.55% 0.77% -
XYZ 30.63 20.63 23.49 -
YUV 125.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 197 89 130 0 0.55 0.34 0.23 337.22 0.48 0.56
Hex C5 59 82 0 37 22 17 151 30 38
Octal 305 131 202 0 67 42 27 521 60 70
Binary 11000101 1011001 10000010 0 110111 100010 10111 101010001 110000 111000

Color Harmonies of #C55982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55982

Black with #C55982

Text Example


Text Example

White with #C55982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55982; }

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

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

background-color css

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

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

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

border-color css

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

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

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