Html Css Color HEX #C558A0 Mulberry

📋 copy color: '#C558A0'

red 197 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #C558A0

Tints of Mulberry #C558A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.78%

 BLUE value IS 160 (62.89% from 255) = 35.96%

R = 44.27%
G = 19.78%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C558A0 (or 0xC558A0) is known color: Mulberry. HEX triplet: C5, 58 and A0. RGB value is (197,88,160). Sum of RGB (Red+Green+Blue) = 197+88+160=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C558A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558A0 is #3AA75F. Grayscale: #808080. Windows color (decimal): -3843936 or 10508485. OLE color: 10508485.

HSL color Cylindrical-coordinate representation of color #C558A0: hue angle of 320.37º 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 #C558A0 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 160 -
CMYK 0 0.55 0.19 0.23
HSL 320.37º 0.48% 0.56% -
HSV(B) 320.37º 0.55% 0.77% -
XYZ 32.86 21.39 35.65 -
YUV 128.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 197 88 160 0 0.55 0.19 0.23 320.37 0.48 0.56
Hex C5 58 A0 0 37 13 17 140 30 38
Octal 305 130 240 0 67 23 27 500 60 70
Binary 11000101 1011000 10100000 0 110111 10011 10111 101000000 110000 111000

Color Harmonies of #C558A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558A0

Black with #C558A0

Text Example


Text Example

White with #C558A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558A0; }

 p { color: rgb(197,88,160); }

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

background-color css

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

 a { background-color: rgb(197,88,160); }

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

border-color css

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

 span { border-color: rgb(197,88,160); }

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