Html Css Color HEX #C55384 Mulberry

📋 copy color: '#C55384'

red 197 ◦ green 83 ◦ blue 132

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

Shades of Mulberry #C55384

Tints of Mulberry #C55384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 47.82%
G = 20.15%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C55384 (or 0xC55384) is known color: Mulberry. HEX triplet: C5, 53 and 84. RGB value is (197,83,132). Sum of RGB (Red+Green+Blue) = 197+83+132=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C55384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55384 is #3AAC7B. Grayscale: #7A7A7A. Windows color (decimal): -3845244 or 8672197. OLE color: 8672197.

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

Color convert

RGB 197 83 132 -
CMYK 0 0.58 0.33 0.23
HSL 334.21º 0.5% 0.55% -
HSV(B) 334.21º 0.58% 0.77% -
XYZ 30.28 19.72 24.04 -
YUV 122.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 197 83 132 0 0.58 0.33 0.23 334.21 0.5 0.55
Hex C5 53 84 0 3A 21 17 14E 32 37
Octal 305 123 204 0 72 41 27 516 62 67
Binary 11000101 1010011 10000100 0 111010 100001 10111 101001110 110010 110111

Color Harmonies of #C55384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55384

Black with #C55384

Text Example


Text Example

White with #C55384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55384; }

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

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

background-color css

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

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

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

border-color css

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

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

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