Html Css Color HEX #C6549F Mulberry

📋 copy color: '#C6549F'

red 198 ◦ green 84 ◦ blue 159

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

Shades of Mulberry #C6549F

Tints of Mulberry #C6549F

RGB

 RED value IS 198 (77.73% from 255) = 44.9%

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 44.9%
G = 19.05%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6549F (or 0xC6549F) is known color: Mulberry. HEX triplet: C6, 54 and 9F. RGB value is (198,84,159). Sum of RGB (Red+Green+Blue) = 198+84+159=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549F is #39AB60. Grayscale: #7E7E7E. Windows color (decimal): -3779425 or 10441926. OLE color: 10441926.

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

Color convert

RGB 198 84 159 -
CMYK 0 0.58 0.20 0.22
HSL 320.53º 0.5% 0.55% -
HSV(B) 320.53º 0.58% 0.78% -
XYZ 32.72 20.85 35.1 -
YUV 126.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 198 84 159 0 0.58 0.20 0.22 320.53 0.5 0.55
Hex C6 54 9F 0 3A 14 16 141 32 37
Octal 306 124 237 0 72 24 26 501 62 67
Binary 11000110 1010100 10011111 0 111010 10100 10110 101000001 110010 110111

Color Harmonies of #C6549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6549F

Black with #C6549F

Text Example


Text Example

White with #C6549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6549F; }

 p { color: rgb(198,84,159); }

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

background-color css

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

 a { background-color: rgb(198,84,159); }

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

border-color css

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

 span { border-color: rgb(198,84,159); }

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