Html Css Color HEX #C55785 Mulberry

📋 copy color: '#C55785'

red 197 ◦ green 87 ◦ blue 133

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

Shades of Mulberry #C55785

Tints of Mulberry #C55785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 47.24%
G = 20.86%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55785 (or 0xC55785) is known color: Mulberry. HEX triplet: C5, 57 and 85. RGB value is (197,87,133). Sum of RGB (Red+Green+Blue) = 197+87+133=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55785 is #3AA87A. Grayscale: #7D7D7D. Windows color (decimal): -3844219 or 8738757. OLE color: 8738757.

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

Color convert

RGB 197 87 133 -
CMYK 0 0.56 0.32 0.23
HSL 334.91º 0.49% 0.56% -
HSV(B) 334.91º 0.56% 0.77% -
XYZ 30.67 20.38 24.51 -
YUV 125.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 197 87 133 0 0.56 0.32 0.23 334.91 0.49 0.56
Hex C5 57 85 0 38 20 17 14F 31 38
Octal 305 127 205 0 70 40 27 517 61 70
Binary 11000101 1010111 10000101 0 111000 100000 10111 101001111 110001 111000

Color Harmonies of #C55785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55785

Black with #C55785

Text Example


Text Example

White with #C55785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55785; }

 p { color: rgb(197,87,133); }

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

background-color css

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

 a { background-color: rgb(197,87,133); }

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

border-color css

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

 span { border-color: rgb(197,87,133); }

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