Html Css Color HEX #C8548C Mulberry

📋 copy color: '#C8548C'

red 200 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C8548C

Tints of Mulberry #C8548C

RGB

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

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

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

R = 47.17%
G = 19.81%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8548C (or 0xC8548C) is known color: Mulberry. HEX triplet: C8, 54 and 8C. RGB value is (200,84,140). Sum of RGB (Red+Green+Blue) = 200+84+140=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8548C is #37AB73. Grayscale: #7C7C7C. Windows color (decimal): -3648372 or 9196744. OLE color: 9196744.

HSL color Cylindrical-coordinate representation of color #C8548C: hue angle of 331.03º 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 #C8548C is Cyan = 0, Magento = 0.58, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 140 -
CMYK 0 0.58 0.3 0.22
HSL 331.03º 0.51% 0.56% -
HSV(B) 331.03º 0.58% 0.78% -
XYZ 31.72 20.51 27.1 -
YUV 125.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 200 84 140 0 0.58 0.3 0.22 331.03 0.51 0.56
Hex C8 54 8C 0 3A 1E 16 14B 33 38
Octal 310 124 214 0 72 36 26 513 63 70
Binary 11001000 1010100 10001100 0 111010 11110 10110 101001011 110011 111000

Color Harmonies of #C8548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8548C

Black with #C8548C

Text Example


Text Example

White with #C8548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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