Html Css Color HEX #C5488E Mulberry

📋 copy color: '#C5488E'

red 197 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #C5488E

Tints of Mulberry #C5488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 47.93%
G = 17.52%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5488E (or 0xC5488E) is known color: Mulberry. HEX triplet: C5, 48 and 8E. RGB value is (197,72,142). Sum of RGB (Red+Green+Blue) = 197+72+142=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5488E is #3AB771. Grayscale: #757575. Windows color (decimal): -3848050 or 9324741. OLE color: 9324741.

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

Color convert

RGB 197 72 142 -
CMYK 0 0.63 0.28 0.23
HSL 326.4º 0.52% 0.53% -
HSV(B) 326.4º 0.63% 0.77% -
XYZ 30.23 18.46 27.56 -
YUV 117.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 197 72 142 0 0.63 0.28 0.23 326.4 0.52 0.53
Hex C5 48 8E 0 3F 1C 17 146 34 35
Octal 305 110 216 0 77 34 27 506 64 65
Binary 11000101 1001000 10001110 0 111111 11100 10111 101000110 110100 110101

Color Harmonies of #C5488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5488E

Black with #C5488E

Text Example


Text Example

White with #C5488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5488E; }

 p { color: rgb(197,72,142); }

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

background-color css

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

 a { background-color: rgb(197,72,142); }

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

border-color css

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

 span { border-color: rgb(197,72,142); }

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