Html Css Color HEX #C5428D Mulberry

📋 copy color: '#C5428D'

red 197 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #C5428D

Tints of Mulberry #C5428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 48.76%
G = 16.34%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5428D (or 0xC5428D) is known color: Mulberry. HEX triplet: C5, 42 and 8D. RGB value is (197,66,141). Sum of RGB (Red+Green+Blue) = 197+66+141=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5428D is #3ABD72. Grayscale: #717171. Windows color (decimal): -3849587 or 9257669. OLE color: 9257669.

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

Color convert

RGB 197 66 141 -
CMYK 0 0.66 0.28 0.23
HSL 325.65º 0.53% 0.52% -
HSV(B) 325.65º 0.66% 0.77% -
XYZ 29.78 17.69 27.04 -
YUV 113.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 197 66 141 0 0.66 0.28 0.23 325.65 0.53 0.52
Hex C5 42 8D 0 42 1C 17 146 35 34
Octal 305 102 215 0 102 34 27 506 65 64
Binary 11000101 1000010 10001101 0 1000010 11100 10111 101000110 110101 110100

Color Harmonies of #C5428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5428D

Black with #C5428D

Text Example


Text Example

White with #C5428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5428D; }

 p { color: rgb(197,66,141); }

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

background-color css

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

 a { background-color: rgb(197,66,141); }

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

border-color css

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

 span { border-color: rgb(197,66,141); }

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