Html Css Color HEX #C5488C Mulberry

📋 copy color: '#C5488C'

red 197 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #C5488C

Tints of Mulberry #C5488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 48.17%
G = 17.6%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5488C (or 0xC5488C) is known color: Mulberry. HEX triplet: C5, 48 and 8C. RGB value is (197,72,140). Sum of RGB (Red+Green+Blue) = 197+72+140=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5488C is #3AB773. Grayscale: #747474. Windows color (decimal): -3848052 or 9193669. OLE color: 9193669.

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

Color convert

RGB 197 72 140 -
CMYK 0 0.63 0.29 0.23
HSL 327.36º 0.52% 0.53% -
HSV(B) 327.36º 0.63% 0.77% -
XYZ 30.08 18.4 26.78 -
YUV 117.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 197 72 140 0 0.63 0.29 0.23 327.36 0.52 0.53
Hex C5 48 8C 0 3F 1D 17 147 34 35
Octal 305 110 214 0 77 35 27 507 64 65
Binary 11000101 1001000 10001100 0 111111 11101 10111 101000111 110100 110101

Color Harmonies of #C5488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5488C

Black with #C5488C

Text Example


Text Example

White with #C5488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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