Html Css Color HEX #C55387 Mulberry

📋 copy color: '#C55387'

red 197 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #C55387

Tints of Mulberry #C55387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

 BLUE value IS 135 (53.13% from 255) = 32.53%

R = 47.47%
G = 20%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C55387 (or 0xC55387) is known color: Mulberry. HEX triplet: C5, 53 and 87. RGB value is (197,83,135). Sum of RGB (Red+Green+Blue) = 197+83+135=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55387 is #3AAC78. Grayscale: #7A7A7A. Windows color (decimal): -3845241 or 8868805. OLE color: 8868805.

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

Color convert

RGB 197 83 135 -
CMYK 0 0.58 0.31 0.23
HSL 332.63º 0.5% 0.55% -
HSV(B) 332.63º 0.58% 0.77% -
XYZ 30.49 19.81 25.14 -
YUV 123.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 197 83 135 0 0.58 0.31 0.23 332.63 0.5 0.55
Hex C5 53 87 0 3A 1F 17 14D 32 37
Octal 305 123 207 0 72 37 27 515 62 67
Binary 11000101 1010011 10000111 0 111010 11111 10111 101001101 110010 110111

Color Harmonies of #C55387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55387

Black with #C55387

Text Example


Text Example

White with #C55387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55387; }

 p { color: rgb(197,83,135); }

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

background-color css

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

 a { background-color: rgb(197,83,135); }

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

border-color css

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

 span { border-color: rgb(197,83,135); }

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