Html Css Color HEX #C5478A Mulberry

📋 copy color: '#C5478A'

red 197 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #C5478A

Tints of Mulberry #C5478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

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

R = 48.52%
G = 17.49%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5478A (or 0xC5478A) is known color: Mulberry. HEX triplet: C5, 47 and 8A. RGB value is (197,71,138). Sum of RGB (Red+Green+Blue) = 197+71+138=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5478A is #3AB875. Grayscale: #747474. Windows color (decimal): -3848310 or 9062341. OLE color: 9062341.

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

Color convert

RGB 197 71 138 -
CMYK 0 0.64 0.30 0.23
HSL 328.1º 0.52% 0.53% -
HSV(B) 328.1º 0.64% 0.77% -
XYZ 29.87 18.21 25.99 -
YUV 116.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 197 71 138 0 0.64 0.30 0.23 328.1 0.52 0.53
Hex C5 47 8A 0 40 1E 17 148 34 35
Octal 305 107 212 0 100 36 27 510 64 65
Binary 11000101 1000111 10001010 0 1000000 11110 10111 101001000 110100 110101

Color Harmonies of #C5478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5478A

Black with #C5478A

Text Example


Text Example

White with #C5478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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