Html Css Color HEX #C55386 Mulberry

📋 copy color: '#C55386'

red 197 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #C55386

Tints of Mulberry #C55386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 47.58%
G = 20.05%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C55386 (or 0xC55386) is known color: Mulberry. HEX triplet: C5, 53 and 86. RGB value is (197,83,134). Sum of RGB (Red+Green+Blue) = 197+83+134=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55386 is #3AAC79. Grayscale: #7A7A7A. Windows color (decimal): -3845242 or 8803269. OLE color: 8803269.

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

Color convert

RGB 197 83 134 -
CMYK 0 0.58 0.32 0.23
HSL 333.16º 0.5% 0.55% -
HSV(B) 333.16º 0.58% 0.77% -
XYZ 30.42 19.78 24.77 -
YUV 122.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 197 83 134 0 0.58 0.32 0.23 333.16 0.5 0.55
Hex C5 53 86 0 3A 20 17 14D 32 37
Octal 305 123 206 0 72 40 27 515 62 67
Binary 11000101 1010011 10000110 0 111010 100000 10111 101001101 110010 110111

Color Harmonies of #C55386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55386

Black with #C55386

Text Example


Text Example

White with #C55386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55386; }

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

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

background-color css

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

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

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

border-color css

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

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

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