Html Css Color HEX #C5548B Mulberry

📋 copy color: '#C5548B'

red 197 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C5548B

Tints of Mulberry #C5548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 46.9%
G = 20%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5548B (or 0xC5548B) is known color: Mulberry. HEX triplet: C5, 54 and 8B. RGB value is (197,84,139). Sum of RGB (Red+Green+Blue) = 197+84+139=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548B is #3AAB74. Grayscale: #7B7B7B. Windows color (decimal): -3844981 or 9131205. OLE color: 9131205.

HSL color Cylindrical-coordinate representation of color #C5548B: hue angle of 330.8º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5548B is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 139 -
CMYK 0 0.57 0.29 0.23
HSL 330.8º 0.49% 0.55% -
HSV(B) 330.8º 0.57% 0.77% -
XYZ 30.86 20.08 26.67 -
YUV 124.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 197 84 139 0 0.57 0.29 0.23 330.8 0.49 0.55
Hex C5 54 8B 0 39 1D 17 14B 31 37
Octal 305 124 213 0 71 35 27 513 61 67
Binary 11000101 1010100 10001011 0 111001 11101 10111 101001011 110001 110111

Color Harmonies of #C5548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5548B

Black with #C5548B

Text Example


Text Example

White with #C5548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5548B; }

 p { color: rgb(197,84,139); }

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

background-color css

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

 a { background-color: rgb(197,84,139); }

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

border-color css

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

 span { border-color: rgb(197,84,139); }

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