Html Css Color HEX #C8548D Mulberry

📋 copy color: '#C8548D'

red 200 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #C8548D

Tints of Mulberry #C8548D

RGB

 RED value IS 200 (78.52% from 255) = 47.06%

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 47.06%
G = 19.76%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8548D (or 0xC8548D) is known color: Mulberry. HEX triplet: C8, 54 and 8D. RGB value is (200,84,141). Sum of RGB (Red+Green+Blue) = 200+84+141=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8548D is #37AB72. Grayscale: #7D7D7D. Windows color (decimal): -3648371 or 9262280. OLE color: 9262280.

HSL color Cylindrical-coordinate representation of color #C8548D: hue angle of 330.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8548D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 141 -
CMYK 0 0.58 0.29 0.22
HSL 330.52º 0.51% 0.56% -
HSV(B) 330.52º 0.58% 0.78% -
XYZ 31.8 20.54 27.49 -
YUV 125.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 200 84 141 0 0.58 0.29 0.22 330.52 0.51 0.56
Hex C8 54 8D 0 3A 1D 16 14B 33 38
Octal 310 124 215 0 72 35 26 513 63 70
Binary 11001000 1010100 10001101 0 111010 11101 10110 101001011 110011 111000

Color Harmonies of #C8548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8548D

Black with #C8548D

Text Example


Text Example

White with #C8548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8548D; }

 p { color: rgb(200,84,141); }

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

background-color css

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

 a { background-color: rgb(200,84,141); }

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

border-color css

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

 span { border-color: rgb(200,84,141); }

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