Html Css Color HEX #C55D96 Mulberry

📋 copy color: '#C55D96'

red 197 ◦ green 93 ◦ blue 150

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

Shades of Mulberry #C55D96

Tints of Mulberry #C55D96

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 44.77%
G = 21.14%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C55D96 (or 0xC55D96) is known color: Mulberry. HEX triplet: C5, 5D and 96. RGB value is (197,93,150). Sum of RGB (Red+Green+Blue) = 197+93+150=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D96 is #3AA269. Grayscale: #828282. Windows color (decimal): -3842666 or 9854405. OLE color: 9854405.

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

Color convert

RGB 197 93 150 -
CMYK 0 0.53 0.24 0.23
HSL 327.12º 0.47% 0.57% -
HSV(B) 327.12º 0.53% 0.77% -
XYZ 32.45 21.9 31.37 -
YUV 130.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 197 93 150 0 0.53 0.24 0.23 327.12 0.47 0.57
Hex C5 5D 96 0 35 18 17 147 2F 39
Octal 305 135 226 0 65 30 27 507 57 71
Binary 11000101 1011101 10010110 0 110101 11000 10111 101000111 101111 111001

Color Harmonies of #C55D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D96

Black with #C55D96

Text Example


Text Example

White with #C55D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D96; }

 p { color: rgb(197,93,150); }

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

background-color css

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

 a { background-color: rgb(197,93,150); }

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

border-color css

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

 span { border-color: rgb(197,93,150); }

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