Html Css Color HEX #C55983 Mulberry

📋 copy color: '#C55983'

red 197 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #C55983

Tints of Mulberry #C55983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 47.24%
G = 21.34%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C55983 (or 0xC55983) is known color: Mulberry. HEX triplet: C5, 59 and 83. RGB value is (197,89,131). Sum of RGB (Red+Green+Blue) = 197+89+131=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55983 is #3AA67C. Grayscale: #7E7E7E. Windows color (decimal): -3843709 or 8608197. OLE color: 8608197.

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

Color convert

RGB 197 89 131 -
CMYK 0 0.55 0.34 0.23
HSL 336.67º 0.48% 0.56% -
HSV(B) 336.67º 0.55% 0.77% -
XYZ 30.7 20.65 23.84 -
YUV 126.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 197 89 131 0 0.55 0.34 0.23 336.67 0.48 0.56
Hex C5 59 83 0 37 22 17 151 30 38
Octal 305 131 203 0 67 42 27 521 60 70
Binary 11000101 1011001 10000011 0 110111 100010 10111 101010001 110000 111000

Color Harmonies of #C55983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55983

Black with #C55983

Text Example


Text Example

White with #C55983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55983; }

 p { color: rgb(197,89,131); }

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

background-color css

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

 a { background-color: rgb(197,89,131); }

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

border-color css

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

 span { border-color: rgb(197,89,131); }

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