Html Css Color HEX #C55680 Mulberry

📋 copy color: '#C55680'

red 197 ◦ green 86 ◦ blue 128

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

Shades of Mulberry #C55680

Tints of Mulberry #C55680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 47.93%
G = 20.92%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C55680 (or 0xC55680) is known color: Mulberry. HEX triplet: C5, 56 and 80. RGB value is (197,86,128). Sum of RGB (Red+Green+Blue) = 197+86+128=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C55680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55680 is #3AA97F. Grayscale: #7B7B7B. Windows color (decimal): -3844480 or 8410821. OLE color: 8410821.

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

Color convert

RGB 197 86 128 -
CMYK 0 0.56 0.35 0.23
HSL 337.3º 0.49% 0.55% -
HSV(B) 337.3º 0.56% 0.77% -
XYZ 30.25 20.08 22.7 -
YUV 123.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 197 86 128 0 0.56 0.35 0.23 337.3 0.49 0.55
Hex C5 56 80 0 38 23 17 151 31 37
Octal 305 126 200 0 70 43 27 521 61 67
Binary 11000101 1010110 10000000 0 111000 100011 10111 101010001 110001 110111

Color Harmonies of #C55680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55680

Black with #C55680

Text Example


Text Example

White with #C55680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55680; }

 p { color: rgb(197,86,128); }

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

background-color css

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

 a { background-color: rgb(197,86,128); }

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

border-color css

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

 span { border-color: rgb(197,86,128); }

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