Html Css Color HEX #C5558B Mulberry

📋 copy color: '#C5558B'

red 197 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C5558B

Tints of Mulberry #C5558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 46.79%
G = 20.19%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5558B (or 0xC5558B) is known color: Mulberry. HEX triplet: C5, 55 and 8B. RGB value is (197,85,139). Sum of RGB (Red+Green+Blue) = 197+85+139=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5558B is #3AAA74. Grayscale: #7C7C7C. Windows color (decimal): -3844725 or 9131461. OLE color: 9131461.

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

Color convert

RGB 197 85 139 -
CMYK 0 0.57 0.29 0.23
HSL 331.07º 0.49% 0.55% -
HSV(B) 331.07º 0.57% 0.77% -
XYZ 30.93 20.23 26.7 -
YUV 124.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 197 85 139 0 0.57 0.29 0.23 331.07 0.49 0.55
Hex C5 55 8B 0 39 1D 17 14B 31 37
Octal 305 125 213 0 71 35 27 513 61 67
Binary 11000101 1010101 10001011 0 111001 11101 10111 101001011 110001 110111

Color Harmonies of #C5558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5558B

Black with #C5558B

Text Example


Text Example

White with #C5558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5558B; }

 p { color: rgb(197,85,139); }

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

background-color css

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

 a { background-color: rgb(197,85,139); }

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

border-color css

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

 span { border-color: rgb(197,85,139); }

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