Html Css Color HEX #C5488A Mulberry

📋 copy color: '#C5488A'

red 197 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #C5488A

Tints of Mulberry #C5488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 48.4%
G = 17.69%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5488A (or 0xC5488A) is known color: Mulberry. HEX triplet: C5, 48 and 8A. RGB value is (197,72,138). Sum of RGB (Red+Green+Blue) = 197+72+138=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5488A is #3AB775. Grayscale: #747474. Windows color (decimal): -3848054 or 9062597. OLE color: 9062597.

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

Color convert

RGB 197 72 138 -
CMYK 0 0.63 0.30 0.23
HSL 328.32º 0.52% 0.53% -
HSV(B) 328.32º 0.63% 0.77% -
XYZ 29.93 18.34 26.01 -
YUV 116.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 197 72 138 0 0.63 0.30 0.23 328.32 0.52 0.53
Hex C5 48 8A 0 3F 1E 17 148 34 35
Octal 305 110 212 0 77 36 27 510 64 65
Binary 11000101 1001000 10001010 0 111111 11110 10111 101001000 110100 110101

Color Harmonies of #C5488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5488A

Black with #C5488A

Text Example


Text Example

White with #C5488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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